Initializes a new instance of the MP3StreamPlayback class

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

Syntax

C#
public MP3StreamPlayback(
	string audioFilePath,
	bool repeat,
	bool cacheStream,
	uint packetizationTime
)
Visual Basic
Public Sub New ( 
	audioFilePath As String,
	repeat As Boolean,
	cacheStream As Boolean,
	packetizationTime As UInteger
)
Visual C++
public:
MP3StreamPlayback(
	String^ audioFilePath, 
	bool repeat, 
	bool cacheStream, 
	unsigned int packetizationTime
)

Parameters

audioFilePath
Type: System..::..String

[Missing <param name="audioFilePath"/> documentation for "M:Ozeki.Media.MediaHandlers.MP3StreamPlayback.#ctor(System.String,System.Boolean,System.Boolean,System.UInt32)"]

repeat
Type: System..::..Boolean

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

cacheStream
Type: System..::..Boolean

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

packetizationTime
Type: System..::..UInt32

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

See Also