Initializes a new instance of the AudioFormat class
Namespace: Ozeki.VoIP.MediaAssembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public AudioFormat( int sampleRate, int channels, int bitRate, int packetizationTime ) |
Visual Basic |
---|
Public Sub New ( sampleRate As Integer, channels As Integer, bitRate As Integer, packetizationTime As Integer ) |
Visual C++ |
---|
public: AudioFormat( int sampleRate, int channels, int bitRate, int packetizationTime ) |
Parameters
- sampleRate
- Type: System..::..Int32
[Missing <param name="sampleRate"/> documentation for "M:Ozeki.VoIP.Media.AudioFormat.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]
- channels
- Type: System..::..Int32
[Missing <param name="channels"/> documentation for "M:Ozeki.VoIP.Media.AudioFormat.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]
- bitRate
- Type: System..::..Int32
[Missing <param name="bitRate"/> documentation for "M:Ozeki.VoIP.Media.AudioFormat.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]
- packetizationTime
- Type: System..::..Int32
[Missing <param name="packetizationTime"/> documentation for "M:Ozeki.VoIP.Media.AudioFormat.#ctor(System.Int32,System.Int32,System.Int32,System.Int32)"]