BASS.NET API for the Un4seen BASS Audio Library

TagPictureGetMimeTypeFromFile Method

BASS.NET API for the Un4seen BASS Audio Library
Returns the MIMEType of a given file by evaluating the file extension.

Namespace:  Un4seen.Bass.AddOn.Tags
Assembly:  Bass.Net (in Bass.Net.dll) Version: 2.4.17.5
Syntax

public static string GetMimeTypeFromFile(
	string pFile
)

Parameters

pFile
Type: SystemString
The name of the file to get the MIMEType from.

Return Value

Type: String
The MIMEType string of the image.
See Also

Reference