| AudioFormat Constructor (Int32, Int32, Int32) | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic AudioFormat(
	int sampleRate,
	int channels,
	int bitRate
)
Public Sub New ( 
	sampleRate As Integer,
	channels As Integer,
	bitRate As Integer
)
public:
AudioFormat(
	int sampleRate, 
	int channels, 
	int bitRate
)
new : 
        sampleRate : int * 
        channels : int * 
        bitRate : int -> AudioFormatParameters
- sampleRate
 - Type: SystemInt32
Sample rate. - channels
 - Type: SystemInt32
Channels. - bitRate
 - Type: SystemInt32
Bits per sample. 
See Also