Initializes a new instance of the WaveStreamPlayback class

Namespace: Ozeki.Media.MediaHandlers
Assembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884

Syntax

C#
protected WaveStreamPlayback(
	Stream stream,
	bool repeat,
	bool cacheStream,
	uint packetizationTime
)
Visual Basic
Protected Sub New ( 
	stream As Stream,
	repeat As Boolean,
	cacheStream As Boolean,
	packetizationTime As UInteger
)
Visual C++
protected:
WaveStreamPlayback(
	Stream^ stream, 
	bool repeat, 
	bool cacheStream, 
	unsigned int packetizationTime
)

Parameters

stream
Type: System.IO..::..Stream

[Missing <param name="stream"/> documentation for "M:Ozeki.Media.MediaHandlers.WaveStreamPlayback.#ctor(System.IO.Stream,System.Boolean,System.Boolean,System.UInt32)"]

repeat
Type: System..::..Boolean

[Missing <param name="repeat"/> documentation for "M:Ozeki.Media.MediaHandlers.WaveStreamPlayback.#ctor(System.IO.Stream,System.Boolean,System.Boolean,System.UInt32)"]

cacheStream
Type: System..::..Boolean

[Missing <param name="cacheStream"/> documentation for "M:Ozeki.Media.MediaHandlers.WaveStreamPlayback.#ctor(System.IO.Stream,System.Boolean,System.Boolean,System.UInt32)"]

packetizationTime
Type: System..::..UInt32

[Missing <param name="packetizationTime"/> documentation for "M:Ozeki.Media.MediaHandlers.WaveStreamPlayback.#ctor(System.IO.Stream,System.Boolean,System.Boolean,System.UInt32)"]

See Also