Click or drag to resize

G722CodecState Constructor

Creates a new instance of G722 Codec State for a new encode or decode session

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public G722CodecState(
	int rate,
	G722Flags options
)

Parameters

rate  Int32
Bitrate (typically 64000)
options  G722Flags
Special options
See Also