VideoFormatSupports Method |
Determines if the current video format has no restrictive
parameters than the argument, and this VideoFormat can be used
for codecs instead of the parameter VideoFormat.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public virtual bool Supports(
VideoFormat format
)
Public Overridable Function Supports (
format As VideoFormat
) As Boolean
public:
virtual bool Supports(
VideoFormat^ format
)
abstract Supports :
format : VideoFormat -> bool
override Supports :
format : VideoFormat -> bool
Parameters
- format
- Type: Ozeki.MediaVideoFormat
VideoFormat to check if it has no restrictive
parameters than this VideoFormat.
Return Value
Type:
BooleanTrue if this VideoFormat can be used instead of parameter VideoFormat.
See Also