TagsReader.MP4_PictureFrameMimeGet method |
|
Remarks
Obtains the MIME type of the picture stored inside a MP4 picture frame.
For further details about methods related to tags reading refer to the TagsReaderMan class.
For details about the reading of tags see the How to read TAG information in sound files tutorial.
Syntax
[Visual Basic] Public Function MP4_PictureFrameMimeGet ( nIndex as Int32 ) as String |
[C#] public string MP4_PictureFrameMimeGet ( Int32 nIndex ); |
[C++] public: string MP4_PictureFrameMimeGet ( Int32 nIndex ); |
Parameter |
Description |
|
|
nIndex |
Zero-based index of the picture frame. The total number of picture frames available inside the MP4 tag can be obtained through a call to the TagsReader.MP4_PictureFrameCountGet method. |
Return value
Value |
Meaning |
|
|
Empty string |
The information is not available or an error occurred (see the LastError property for further error details) |
Valid string |
String containing the MIME type of the picture, for example "image/jpeg", "image/gif", "image/bmp", etc. |