In This Topic
Determines whether the specified
Format is video.
Syntax
'Declaration
Public Shared Function IsVideo( _
ByVal As Format _
) As System.Boolean
public static System.bool IsVideo(
Format
)
Parameters
- fmt
- The Format.
Return Value
true
if the specified
Format is video; otherwise,
false
.
See Also