C# 클래스 Utilities.Media.MediaHelper

Helper class for checking media formats ( audio, video, image ).
파일 보기 프로젝트 열기: feanz/Utilities

공개 메소드들

메소드 설명
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