Rich Media Module

Types

A3DPDFRichMediaAnnotData
A3DPDFEPlaybackControlsSkin

Fields

kA3DPDFSkinOverPlay
kA3DPDFSkinOverPlayMute
kA3DPDFSkinOverPlaySeekMute
kA3DPDFSkinOverPlaySeekStop
kA3DPDFSkinOverPlayStopSeekMuteVol
kA3DPDFSkinOverAllNoVolNoCaptionNoFull
kA3DPDFSkinOverAllNoFullNoCaption

Functions

A3DStatus A3DPDFRichMediaAnnotCreateFromFile()
A3DStatus A3DPDFPageInsertRichMediaAnnot()

Detailed Description

group a3d_pdf_richmediaannot_module

Adds rich media (video, sound) in the page.

This module describes the functions and structures that allow you to add rich medias in the page. A rich media is a video or a sound. Supported file formats for video are : QuickTime Movie (.mov) ; MPEG (.mp4, .m4v) ; 3GPP Movie (.3gp, .3g2) Different skins can be selected to control the video player. Supported file formats for audio are : mp3

Type Documentation

enum A3DPDFEPlaybackControlsSkin

Type of skins for playback controls of rich media annot.

Version
12.2

Values:

enumerator kA3DPDFSkinOverPlay

Play

enumerator kA3DPDFSkinOverPlayMute

PlayMute

enumerator kA3DPDFSkinOverPlaySeekMute

PlaySeekMute

enumerator kA3DPDFSkinOverPlaySeekStop

PlaySeekStop

enumerator kA3DPDFSkinOverPlayStopSeekMuteVol

PlayStopSeekMuteVol

enumerator kA3DPDFSkinOverAllNoVolNoCaptionNoFull

AllNoVolNoCaptionNoFull

enumerator kA3DPDFSkinOverAllNoFullNoCaption

AllNoFullNoCaption

Function Documentation