H264VideoFormatSupports Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public override bool Supports(
VideoFormat format
)
Public Overrides Function Supports (
format As VideoFormat
) As Boolean
public:
virtual bool Supports(
VideoFormat^ format
) override
abstract Supports :
format : VideoFormat -> bool
override Supports :
format : VideoFormat -> bool
Parameters
- format
- Type: Ozeki.MediaVideoFormat
Return Value
Type:
BooleanSee Also