Click or drag to resize

G722CodecState Class

Stores state to be used between calls to Encode or Decode
Inheritance Hierarchy
SystemObject
  Ozeki.MediaG722CodecState

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public class G722CodecState

The G722CodecState type exposes the following members.

Constructors
 NameDescription
Public methodG722CodecState Creates a new instance of G722 Codec State for a new encode or decode session
Top
Properties
 NameDescription
Public propertyBand Band
Public propertyBitsPerSample Bits Per Sample 6 for 48000kbps, 7 for 56000kbps, or 8 for 64000kbps.
Public propertyEncodeFrom8000Hz 8kHz Sampling TRUE if encode from 8k samples/second
Public propertyInBits Number of bits in InBuffer
Public propertyInBuffer In bit buffer
Public propertyItuTestMode ITU Test Mode TRUE if the operating in the special ITU test mode, with the band split filters disabled.
Public propertyOutBits Number of bits in OutBuffer
Public propertyOutBuffer Out bit buffer
Public propertyPacked TRUE if the G.722 data is packed
Public propertyQmfSignalHistory Signal history for the QMF (x)
Top
See Also