AudioFormat Constructor (Int32, Int32, Int32, AudioType) |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public AudioFormat(
int sampleRate,
int channels,
int bitRate,
AudioType audioType
)
Public Sub New (
sampleRate As Integer,
channels As Integer,
bitRate As Integer,
audioType As AudioType
)
public:
AudioFormat(
int sampleRate,
int channels,
int bitRate,
AudioType audioType
)
new :
sampleRate : int *
channels : int *
bitRate : int *
audioType : AudioType -> AudioFormat
Parameters
- sampleRate
- Type: SystemInt32
Sample rate. - channels
- Type: SystemInt32
Channels. - bitRate
- Type: SystemInt32
Bits per sample. - audioType
- Type: Ozeki.MediaAudioType
The encoding type of the audio.
See Also