C# 클래스 WaveBox.Core.Extensions.FileTypeExtensions

파일 보기 프로젝트 열기: einsteinx2/WaveBox

공개 메소드들

메소드 설명
FileTypeForId ( this ft, int id ) : FileType

Returns a FileType enumeration matching the input ID

FileTypeForTagLibMimeType ( this ft, string mimeType ) : FileType

Returns a FileType enumeration matching the input TagLib mime type

MimeType ( this ft ) : string

Returns a mime type string matching a FileType enumeration

메소드 상세

FileTypeForId() 공개 정적인 메소드

Returns a FileType enumeration matching the input ID
public static FileTypeForId ( this ft, int id ) : FileType
ft this
id int
리턴 FileType

FileTypeForTagLibMimeType() 공개 정적인 메소드

Returns a FileType enumeration matching the input TagLib mime type
public static FileTypeForTagLibMimeType ( this ft, string mimeType ) : FileType
ft this
mimeType string
리턴 FileType

MimeType() 공개 정적인 메소드

Returns a mime type string matching a FileType enumeration
public static MimeType ( this ft ) : string
ft this
리턴 string