VideoCodecConverterSetDestinationFormat Method |
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
- Type: VideoQuality
- new_format (Optional)
- Type: VideoFormat
See Also