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 TagsReader object.
For details about the reading of tags see the How to read TAG information in sound files tutorial.
Syntax
[Visual Basic] control.TagsReader.MP4_PictureFrameMimeGet ( nIndex as Integer ) as String |
[C++] BSTR control.TagsReader.MP4_PictureFrameMimeGet ( short 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. |