Initializes a new instance of the AudioStreamPlayback class
Namespace: Ozeki.Media.MediaHandlersAssembly: OPSSDK (in OPSSDK.dll) Version: 3.3.2.884
Syntax
C# |
---|
protected AudioStreamPlayback( Stream stream, bool repeat, bool cacheStream ) |
Visual Basic |
---|
Protected Sub New ( stream As Stream, repeat As Boolean, cacheStream As Boolean ) |
Visual C++ |
---|
protected: AudioStreamPlayback( Stream^ stream, bool repeat, bool cacheStream ) |
Parameters
- stream
- Type: System.IO..::..Stream
[Missing <param name="stream"/> documentation for "M:Ozeki.Media.MediaHandlers.AudioStreamPlayback.#ctor(System.IO.Stream,System.Boolean,System.Boolean)"]
- repeat
- Type: System..::..Boolean
[Missing <param name="repeat"/> documentation for "M:Ozeki.Media.MediaHandlers.AudioStreamPlayback.#ctor(System.IO.Stream,System.Boolean,System.Boolean)"]
- cacheStream
- Type: System..::..Boolean
[Missing <param name="cacheStream"/> documentation for "M:Ozeki.Media.MediaHandlers.AudioStreamPlayback.#ctor(System.IO.Stream,System.Boolean,System.Boolean)"]