Click or drag to resize
CodecH263 Class
A szabvány szerint a másik félnek csak olyan méretű képet küldhetnénk, amit megadott az fmtp ben. Ha átméretezem a képet, akkor exception nel elszáll az X-Lite, Bria A képátméretező működik (teszteltem) Ha nem méretezem át, akkor nem szabványos a protokoll implementáció, de a 3CX softphone kivételével (nem jeleníti meg a képet csak ha QCIF, CIF felbontásban van a kamera) mindenhol működik
Inheritance Hierarchy

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class CodecH263 : BaseH263Codec

The CodecH263 type exposes the following members.

Constructors
  NameDescription
Public methodCodecH263
Initializes a new instance of the CodecH263 class
Public methodCodecH263(String)
Initializes a new instance of the CodecH263 class
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
Properties
  NameDescription
Public propertyBitrate (Inherited from BaseH263Codec.)
Public propertyChannels
Adatcsatornák száma.
(Inherited from BaseH263Codec.)
Public propertyDescription
A kodek leírása, amit megjelenítéshez lehet használni
(Overrides BaseH263CodecDescription.)
Public propertyEncodingName
A kodek azonosítási neve
(Overrides BaseH263CodecEncodingName.)
Public propertyMediaType
(Inherited from BaseH263Codec.)
Public propertyPacketizationTime
Default ms/packet (csak audionál van szerepe)
(Inherited from BaseH263Codec.)
Public propertyPayloadType
Public propertySampleRate
Mintavételezési ráta
(Inherited from BaseH263Codec.)
Top
See Also