OzNativeMediaWriter Constructor |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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