Method | Description | |
---|---|---|
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
|
public static FileTypeForId ( this ft, int id ) : FileType | ||
ft | this | |
id | int | |
return | FileType |
public static FileTypeForTagLibMimeType ( this ft, string mimeType ) : FileType | ||
ft | this | |
mimeType | string | |
return | FileType |