WaveStreamPlayback Constructor (Stream, Boolean, Boolean) |
Initializes a new instance of the
WaveStreamPlayback class with default packetization time (20ms).
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public WaveStreamPlayback(
Stream stream,
bool repeat,
bool cacheStream
)
Public Sub New (
stream As Stream,
repeat As Boolean,
cacheStream As Boolean
)
public:
WaveStreamPlayback(
Stream^ stream,
bool repeat,
bool cacheStream
)
new :
stream : Stream *
repeat : bool *
cacheStream : bool -> WaveStreamPlayback
Parameters
- stream
- Type: System.IOStream
The stream - repeat
- Type: SystemBoolean
A boolean value that is used to infinitely repeat the audio - cacheStream
- Type: SystemBoolean
Indicates whether the stream is being cached in memory
See Also