G722CodecState Constructor |
Creates a new instance of G722 Codec State for a
new encode or decode session
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntaxpublic G722CodecState(
int rate,
G722Flags options
)
Public Sub New (
rate As Integer,
options As G722Flags
)
public:
G722CodecState(
int rate,
G722Flags options
)
new :
rate : int *
options : G722Flags -> G722CodecStateParameters
- rate Int32
- Bitrate (typically 64000)
- options G722Flags
- Special options
See Also