T
- The type of params.
public class MediaMessage<T>
extends OCastApplicationLayer
Represents a media message.
Constructor and Description |
---|
MediaMessage(OCastDataLayer<T> data)
Creates an instance of
class MediaMessage . |
getData, getService
public MediaMessage(@NotNull OCastDataLayer<T> data)
Creates an instance of class MediaMessage
.
data
- The data layer conveyed by the media message.class MediaMessage