| Modifier and Type | Field and Description |
|---|---|
static String |
KEY_CODEC |
static String |
KEY_PROTOCOL |
KEY_BULK_DATA, KEY_PROTECTED, store| Constructor and Description |
|---|
VideoStreamingFormat() |
VideoStreamingFormat(Hashtable<String,Object> hash) |
VideoStreamingFormat(VideoStreamingProtocol protocol,
VideoStreamingCodec codec)
Create the VideoStreamingFormat object
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Uses the RPCStruct store for RPCStruct objects
|
VideoStreamingCodec |
getCodec() |
VideoStreamingProtocol |
getProtocol() |
VideoStreamingFormat |
setCodec(VideoStreamingCodec codec) |
VideoStreamingFormat |
setProtocol(VideoStreamingProtocol protocol) |
String |
toString() |
clone, deserializeJSON, format, formatObject, getBoolean, getBulkData, getDouble, getFloat, getInteger, getLong, getMessageTypeName, getObject, getStore, getStoreValue, getString, getValue, getValueForString, hashCode, hasKey, isPayloadProtected, serializeJSON, serializeJSON, setBulkData, setPayloadProtected, setValuepublic static final String KEY_PROTOCOL
public static final String KEY_CODEC
public VideoStreamingFormat()
public VideoStreamingFormat(@NonNull
VideoStreamingProtocol protocol,
@NonNull
VideoStreamingCodec codec)
protocol - The protocol usedcodec - The codec usedpublic VideoStreamingFormat setProtocol(@NonNull VideoStreamingProtocol protocol)
public VideoStreamingProtocol getProtocol()
public VideoStreamingFormat setCodec(@NonNull VideoStreamingCodec codec)
public VideoStreamingCodec getCodec()
public boolean equals(Object obj)
RPCStruct