Click or drag to resize

ICodecWithConf Interface


Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public interface ICodecWithConf : ICodec

The ICodecWithConf type exposes the following members.

Properties
 NameDescription
Public propertyBitrate
(Inherited from ICodec)
Public propertyChannels
(Inherited from ICodec)
Public propertyConf 
Public propertyDescription
(Inherited from ICodec)
Public propertyEncodingName
(Inherited from ICodec)
Public propertyMediaType
(Inherited from ICodec)
Public propertyPacketizationTime
(Inherited from ICodec)
Public propertyPayloadType
(Inherited from ICodec)
Public propertySampleRate
(Inherited from ICodec)
Top
Methods
 NameDescription
Public methodDecode
(Inherited from ICodec)
Public methodEncode
(Inherited from ICodec)
Public methodGetFmtp
(Inherited from ICodec)
Top
Extension Methods
 NameDescription
Public Extension MethodAsCodecDescription
(Defined by CodecExtension)
Top
See Also