Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
public AudioData( int sampleRate, int channels, int bitRate, int packetizationTime, byte[] data ) |
Visual Basic |
---|
Public Sub New ( sampleRate As Integer, channels As Integer, bitRate As Integer, packetizationTime As Integer, data As Byte() ) |
Visual C++ |
---|
public: AudioData( int sampleRate, int channels, int bitRate, int packetizationTime, array<unsigned char>^ data ) |
Parameters
- sampleRate
- Type: System..::..Int32
[Missing <param name="sampleRate"/> documentation for "M:Ozeki.VoIP.Media.AudioData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[])"]
- channels
- Type: System..::..Int32
[Missing <param name="channels"/> documentation for "M:Ozeki.VoIP.Media.AudioData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[])"]
- bitRate
- Type: System..::..Int32
[Missing <param name="bitRate"/> documentation for "M:Ozeki.VoIP.Media.AudioData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[])"]
- packetizationTime
- Type: System..::..Int32
[Missing <param name="packetizationTime"/> documentation for "M:Ozeki.VoIP.Media.AudioData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[])"]
- data
- Type: array<System..::..Byte>[]()[][]
[Missing <param name="data"/> documentation for "M:Ozeki.VoIP.Media.AudioData.#ctor(System.Int32,System.Int32,System.Int32,System.Int32,System.Byte[])"]