VideoStreamingCodec
VideoStreamingProtocol
VideoStreamingFormat
VideoStreamingFormat
VideoStreamingCodec
Get the Codec
Kind: Instance method of VideoStreamingFormat
Returns: VideoStreamingCodec
- the KEY_CODEC value
VideoStreamingProtocol
Get the ProtocolParam
Kind: Instance method of VideoStreamingFormat
Returns: VideoStreamingProtocol
- the KEY_PROTOCOL value
VideoStreamingFormat
Set the Codec
Kind: Instance method of VideoStreamingFormat
Returns: VideoStreamingFormat
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
codec | VideoStreamingCodec |
Codec type, see VideoStreamingCodec - The desired Codec. |
VideoStreamingFormat
Set the ProtocolParam
Kind: Instance method of VideoStreamingFormat
Returns: VideoStreamingFormat
- The class instance for method chaining.
Param | Type | Description |
---|---|---|
protocol | VideoStreamingProtocol |
Protocol type, see VideoStreamingProtocol - The desired ProtocolParam. |