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