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, getServicepublic MediaMessage(@NotNull
OCastDataLayer<T> data)
Creates an instance of class MediaMessage.
data - The data layer conveyed by the media message.class MediaMessage