VideoStreamingCodecVideoStreamingProtocolVideoStreamingFormatVideoStreamingFormatVideoStreamingCodecGet the Codec
Kind: Instance method of VideoStreamingFormat
Returns: VideoStreamingCodec - the KEY_CODEC value
VideoStreamingProtocolGet the ProtocolParam
Kind: Instance method of VideoStreamingFormat
Returns: VideoStreamingProtocol - the KEY_PROTOCOL value
VideoStreamingFormatSet 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. |
VideoStreamingFormatSet 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. |