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( string audioFilePath, bool repeat, bool cacheStream ) |
Visual Basic |
---|
Protected Sub New ( audioFilePath As String, repeat As Boolean, cacheStream As Boolean ) |
Visual C++ |
---|
protected: AudioStreamPlayback( String^ audioFilePath, bool repeat, bool cacheStream ) |
Parameters
- audioFilePath
- Type: System..::..String
[Missing <param name="audioFilePath"/> documentation for "M:Ozeki.Media.MediaHandlers.AudioStreamPlayback.#ctor(System.String,System.Boolean,System.Boolean)"]
- repeat
- Type: System..::..Boolean
[Missing <param name="repeat"/> documentation for "M:Ozeki.Media.MediaHandlers.AudioStreamPlayback.#ctor(System.String,System.Boolean,System.Boolean)"]
- cacheStream
- Type: System..::..Boolean
[Missing <param name="cacheStream"/> documentation for "M:Ozeki.Media.MediaHandlers.AudioStreamPlayback.#ctor(System.String,System.Boolean,System.Boolean)"]