BitmapSourceProviderReinitConverter Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected override void ReinitConverter(
VideoFormat newFormat
)
Protected Overrides Sub ReinitConverter (
newFormat As VideoFormat
)
protected:
virtual void ReinitConverter(
VideoFormat^ newFormat
) override
abstract ReinitConverter :
newFormat : VideoFormat -> unit
override ReinitConverter :
newFormat : VideoFormat -> unit
Parameters
- newFormat
- Type: Ozeki.MediaVideoFormat
See Also