Click or drag to resize
AudioFormat Constructor (Int32, Int32, Int32, Int32, AudioType, Int32, String)
Initializes a new instance of the AudioFormat class.

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public AudioFormat(
	int sampleRate,
	int channels,
	int bitRate,
	int packetizationTime,
	AudioType audioCodecType,
	int audioCodecBitrate = 0,
	string mpeg4_aac_conf = ""
)

Parameters

sampleRate
Type: SystemInt32
Sample rate.
channels
Type: SystemInt32
Channels.
bitRate
Type: SystemInt32
Bits per sample.
packetizationTime
Type: SystemInt32
Packetization time.
audioCodecType
Type: Ozeki.MediaAudioType
audioCodecBitrate (Optional)
Type: SystemInt32
mpeg4_aac_conf (Optional)
Type: SystemString
See Also