Click or drag to resize

WaveStreamPlayback(Stream, Boolean, Boolean, UInt32) Constructor

Initializes a new instance of the WaveStreamPlayback class

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
protected WaveStreamPlayback(
	Stream stream,
	bool repeat,
	bool cacheStream,
	uint packetizationTime
)

Parameters

stream  Stream
 
repeat  Boolean
 
cacheStream  Boolean
 
packetizationTime  UInt32
 
See Also