Click or drag to resize

ICodecWithConf Interface


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

The ICodecWithConf type exposes the following members.

Properties
 NameDescription
Public propertyBitrate Kodek (az enkódolt adat) bitrátája bit/sec-ben.
(Inherited from ICodec)
Public propertyChannels Adatcsatornák száma.
(Inherited from ICodec)
Public propertyConf 
Public propertyDescription A kodek leírása, amit megjelenítéshez lehet használni
(Inherited from ICodec)
Public propertyEncodingName A kodek azonosítási neve
(Inherited from ICodec)
Public propertyMediaType
(Inherited from ICodec)
Public propertyPacketizationTime Default ms/packet (csak audionál van szerepe)
(Inherited from ICodec)
Public propertyPayloadType
(Inherited from ICodec)
Public propertySampleRate Mintavételezési ráta
(Inherited from ICodec)
Top
Methods
 NameDescription
Public methodDecode A kódolt(tömörített) adatot nyers formámban adja vissza
(Inherited from ICodec)
Public methodEncode A nyers adatot kódolja(tömöríti)
(Inherited from ICodec)
Public methodGetFmtp
(Inherited from ICodec)
Top
Extension Methods
 NameDescription
Public Extension MethodAsCodecDescription
(Defined by CodecExtension)
Top
See Also