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