IsValid

Mp3Audio.IsValid method

Checks whether specified stream is a valid MP3 content

public static bool IsValid(Stream binaryContent)
Parameter Type Description
binaryContent Stream Byte stream, that presumably contains a MP3 content

Return Value

True if specified stream contains valid MP3 content, false otherwise

See Also