Click or drag to resize

BaseH263Codec Class

Inheritance Hierarchy
SystemObject
  Ozeki.MediaBaseH263Codec
    Ozeki.MediaCodecH263
    Ozeki.MediaCodecH263Plus

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public abstract class BaseH263Codec : ICodec, 
	IVideoCodecConfigurable

The BaseH263Codec type exposes the following members.

Constructors
  NameDescription
Protected methodBaseH263Codec
Initializes a new instance of the BaseH263Codec class
Top
Properties
  NameDescription
Public propertyBitrate
Public propertyChannels
Adatcsatornák száma.
Public propertyDescription
A kodek leírása, amit megjelenítéshez lehet használni
Public propertyEncodingName
A kodek azonosítási neve
Public propertyMediaType
Public propertyPacketizationTime
Default ms/packet (csak audionál van szerepe)
Public propertyPayloadType
Public propertySampleRate
Mintavételezési ráta
Top
Methods
  NameDescription
Public methodDecode
A kódolt(tömörített) adatot nyers formámban adja vissza
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected methodDispose(Boolean)
Releases the unmanaged resources used by the BaseH263Codec and optionally releases the managed resources
Public methodEncode
A nyers adatot kódolja(tömöríti)
Protected methodFinalize (Overrides ObjectFinalize.)
Public methodGetDecoderConfig
Public methodGetEncoderConfig
Public methodGetFmtp
Public methodSetDecoderConfig
Public methodSetEncoderConfig
Átállítja az encoder konfigurációt
Top
Extension Methods
  NameDescription
Public Extension MethodAsCodecDescription (Defined by CodecExtension.)
Top
See Also