OzNativeMediaWriter Constructor |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public OzNativeMediaWriter(
string format
)
Public Sub New (
format As String
)
public:
OzNativeMediaWriter(
String^ format
)
new :
format : string -> OzNativeMediaWriter
Parameters
- format
- Type: SystemString
Media format, for example: webm, mpeg4, mp3, etc.
See Also