A3DPDFRichMediaAnnotData

Fields

A3DPDFEActivateWhen

m_eActivateWhen

A3DPDFEDesactivateWhen

m_eDesactivateWhen

A3DInt32

m_iBorderWidth

A3DPDFEPlaybackControlsSkin

m_ePlaybackControlsSkin

A3DPDFRgbColorData

m_sPlaybackControlsColor

A3DInt32

m_iPlaybackControlsOpacity

A3DBool

m_bPlaybackControlsAutohide

A3DInt32

m_iPlayerVolume

A3DPDFImage *

m_pPosterImage

A3DUTF8Char *

m_pcName

Detailed Description

struct A3DPDFRichMediaAnnotData

A3DPDFRichMediaAnnotData structure: options for the RichMedia annot behavior in the PDF.

Version

12.2

Public Members

A3DPDFEActivateWhen m_eActivateWhen

Option to specify when the RichMedia annot should be activated.

A3DPDFEDesactivateWhen m_eDesactivateWhen

Option to specify when the RichMedia annot should be deactivated.

A3DInt32 m_iBorderWidth

Border width in points. 0 for an invisible border.

A3DPDFEPlaybackControlsSkin m_ePlaybackControlsSkin

Option to specify the controls that should be present for the RichMedia annot.

A3DPDFRgbColorData m_sPlaybackControlsColor

PlaybackControls color.

A3DInt32 m_iPlaybackControlsOpacity

PlaybackControls opacity. Values are from 0 (transparent) to 100 (opaque).

A3DBool m_bPlaybackControlsAutohide

PlaybackControls auto hiding.

A3DInt32 m_iPlayerVolume

Playbacker volume. Values are from 0 (mute) to 100.

A3DPDFImage *m_pPosterImage

Specifies a poster image to be displayed when the RichMedia Annot is not activated. Null can not be specified.

A3DUTF8Char *m_pcName

Name of the RichMedia Annot. If NULL is specified, the name is automatically generated.