![]() | InDesign SDK 20.5 |
#include <IMediaInfo.h>

Public Types | |
| enum | { kDefaultIID = IID_IMEDIAINFO } |
| enum | { kMinPageItemHeight = 10, kMinPageItemWidth = kMinPageItemHeight } |
Public Member Functions | |
| virtual ICommand * | GetApplyFilterAttributesCmd () const =0 |
| virtual bool16 | GetEmbedOnPDFExportDefault () const =0 |
| virtual ClassID | GetMediaPageItemClassID () const =0 |
| virtual MediaType | GetMediaType () const =0 |
| virtual CursorSpec | GetPlaceIntoCursor () const =0 |
| virtual CursorSpec | GetPlaceCursor () const =0 |
| virtual const PMString | GetStandardPosterFileName () const =0 |
| virtual bool16 | IsSelected () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
This is a call-back interface that is used by the Media plugin to get information it needs to create media page items. When adding a new kind of media page item, you need to add this interface to your PlaceProvider boss, and to your page item boss that is based on the kMediaPageItemBoss.
| pure virtual |
DEPRECATED Retrieves an ICommand instance that applies IMediaFilterAttributes to the media page item. An example of such a command would be one that applies attributes taken from a movie file to a movie page item.
| pure virtual |
Retrieves the default value for the EmbedOnPDFExport option.
| pure virtual |
Retrieves the ClassID (boss ID) of a media page item that is based on the kMediaPageItemBoss.
| pure virtual |
Retrieves the id of the type of media handled by this interface.
| pure virtual |
Retrieves the cursor used for placing the media page item onto the spread.
| pure virtual |
Retrieves the cursor used for placing the media page item into another page item.
| pure virtual |
DEPRECATED. Use IMediaReadFormatInfo::GetStandardPosterFileName() instead. Retrieves the standard poster name for a specific type of media, if it exists.
| pure virtual |
Tests if the media page item is currently selected.