Click or drag to resize
BaseH263Codec Class
Inheritance Hierarchy

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

The BaseH263Codec type exposes the following members.

Constructors
  NameDescription
Protected methodBaseH263Codec
Initializes a new instance of the BaseH263Codec class
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
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
See Also