Checks if the filePath corresponds to the FLV file type.

Namespace: MonoSoftware.MonoX.Utilities
Assembly: MonoX (in MonoX.dll) Version: 5.1.40.5065 (5.1.40.5065)

Syntax

C#
public static bool IsFlvVideo(
	string filePath
)
Visual Basic
Public Shared Function IsFlvVideo ( 
	filePath As String
) As Boolean
Visual C++
public:
static bool IsFlvVideo(
	String^ filePath
)
F#
static member IsFlvVideo : 
        filePath : string -> bool 

Parameters

filePath
Type: System..::..String
File path.

Return Value

Type: Boolean
True if the video is in FLV format, false otherwise.

See Also