Click or drag to resize

CodecH263Plus Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaBaseH263Codec
    Ozeki.MediaCodecH263Plus

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public class CodecH263Plus : BaseH263Codec

The CodecH263Plus type exposes the following members.

Constructors
 NameDescription
Public methodCodecH263PlusInitializes a new instance of the CodecH263Plus class
Public methodCodecH263Plus(String)Initializes a new instance of the CodecH263Plus class
Top
Properties
 NameDescription
Public propertyBitrate
(Inherited from BaseH263Codec)
Public propertyChannels Adatcsatornák száma.
(Inherited from BaseH263Codec)
Public propertyDescription Codec neve
(Overrides BaseH263CodecDescription)
Public propertyEncodingName
(Overrides BaseH263CodecEncodingName)
Public propertyMediaType
(Inherited from BaseH263Codec)
Public propertyPacketizationTime Default ms/packet (csak audionál van szerepe)
(Inherited from BaseH263Codec)
Public propertyPayloadType
(Overrides BaseH263CodecPayloadType)
Public propertySampleRate Mintavételezési ráta
(Inherited from BaseH263Codec)
Top
Methods
 NameDescription
Public methodDecode A kódolt(tömörített) adatot nyers formámban adja vissza
(Inherited from BaseH263Codec)
Public methodDispose Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from BaseH263Codec)
Protected methodDispose(Boolean)
(Inherited from BaseH263Codec)
Public methodEncode A nyers adatot kódolja(tömöríti)
(Inherited from BaseH263Codec)
Protected methodFinalize
(Inherited from BaseH263Codec)
Public methodGetDecoderConfig
(Inherited from BaseH263Codec)
Public methodGetEncoderConfig
(Inherited from BaseH263Codec)
Public methodGetFmtp
(Inherited from BaseH263Codec)
Public methodSetDecoderConfig
(Inherited from BaseH263Codec)
Public methodSetEncoderConfig Átállítja az encoder konfigurációt
(Inherited from BaseH263Codec)
Top
See Also