VideoCodecConverterSetDestinationFormat Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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: Ozeki.MediaVideoQuality
- new_format (Optional)
- Type: Ozeki.MediaVideoFormat
See Also