Copyright © 2008-2019 MultiMedia Soft

TagsEditor.MP4_PictureFrameMimeGet method

Previous pageReturn to chapter overviewNext page

Remarks

 

Obtains the MIME type of the picture stored inside a MP4 picture frame.

 

For further details about methods related to tags editing refer to the TagsEditor object.

For details about the editing of tags see the How to edit tag info in sound files tutorial.

 

 

Syntax

 

[Visual Basic]

control.TagsEditor.MP4_PictureFrameMimeGet (

nIndex as Integer

) as String


 

[C++]

BSTR control.TagsEditor.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 TagsEditor.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.