| NativeMP3Writer Constructor  | 
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic NativeMP3Writer(
	Stream output
)
Public Sub New ( 
	output As Stream
)
public:
NativeMP3Writer(
	Stream^ output
)
new : 
        output : Stream -> NativeMP3WriterParameters
- output
 - Type: System.IOStream
 
See Also