AudioStreamPlayback Constructor (WaveFormat, UInt32) |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxprotected AudioStreamPlayback(
WaveFormat format,
uint packetizationTime
)
Protected Sub New (
format As WaveFormat,
packetizationTime As UInteger
)
protected:
AudioStreamPlayback(
WaveFormat^ format,
unsigned int packetizationTime
)
new :
format : WaveFormat *
packetizationTime : uint32 -> AudioStreamPlayback
Parameters
- format
- Type: WaveFormat
The format of the audio stream - packetizationTime
- Type: SystemUInt32
The time between the send events (in milliseconds).
See Also