C# Класс Utilities.Media.MediaHelper

Helper class for checking media formats ( audio, video, image ).
Показать файл Открыть проект

Открытые методы

Метод Описание
IsAudioFormat ( string format ) : bool

Whether or not the format supplied is an audio format.

IsImageFormat ( string format ) : bool

Whether or not the format supplied is an audio format.

IsVideoFormat ( string format ) : bool

Whether or not the format supplied is an audio format.

Приватные методы

Метод Описание
MediaHelper ( ) : System.Collections.Generic

Initialize the formats for audio, video, image.

Описание методов

IsAudioFormat() публичный статический Метод

Whether or not the format supplied is an audio format.
public static IsAudioFormat ( string format ) : bool
format string Name of format.
Результат bool

IsImageFormat() публичный статический Метод

Whether or not the format supplied is an audio format.
public static IsImageFormat ( string format ) : bool
format string Name of format.
Результат bool

IsVideoFormat() публичный статический Метод

Whether or not the format supplied is an audio format.
public static IsVideoFormat ( string format ) : bool
format string Name of format.
Результат bool