VideoCodecConverterSetDestinationFormat Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic void SetDestinationFormat(
VideoQuality new_quality,
VideoFormat new_format = null
)
Public Sub SetDestinationFormat (
new_quality As VideoQuality,
Optional new_format As VideoFormat = Nothing
)
public:
void SetDestinationFormat(
VideoQuality new_quality,
VideoFormat^ new_format = nullptr
)
member SetDestinationFormat :
new_quality : VideoQuality *
?new_format : VideoFormat
(* Defaults:
let _new_format = defaultArg new_format null
*)
-> unit
Parameters
- new_quality VideoQuality
-
- new_format VideoFormat (Optional)
-
See Also