Initializes a new instance of the MP3StreamRecorder class

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

Syntax

C#
public MP3StreamRecorder(
	string filePath
)
Visual Basic
Public Sub New ( 
	filePath As String
)
Visual C++
public:
MP3StreamRecorder(
	String^ filePath
)

Parameters

filePath
Type: System..::..String

[Missing <param name="filePath"/> documentation for "M:Ozeki.Media.MediaHandlers.MP3StreamRecorder.#ctor(System.String)"]

See Also