This class represents the media clip data dictionary. This is definitively detailed in:.

The ISO PDF Specification, ISO 32000-1:2008 PDF 1.7; Table: 274, page 492.

The ISO PDF Specification, ISO 32000-2:2017 PDF 2.0; Table: 285, page 617.

A media clip data dictionary identifies the actual media content for playback. It references the media data through a file specification or URL, specifies the MIME content type of the data, and may carry player-specific parameters and permissions information.

The D entry holds the media data itself, either as a file specification for embedded or external media, or as a URL string. The CT entry names the MIME type of the data, which helps a reader select an appropriate media player.

The P entry references a media permissions dictionary that controls whether the media may be played by an external player and whether temporary files may be created. The Alt entry provides alternate text descriptions of the media for accessibility.

The PL entry references a media players dictionary listing the media players required or preferred for this clip. The MH and BE entries carry must-honour and best-effort clip data parameters.

System.Object
    WebSupergoo.ABCpdf14.Elements.Element
       WebSupergoo.ABCpdf14.Elements.MediaClipElement
          WebSupergoo.ABCpdf14.Elements.MediaClipDataElement

 

   
   
Method
Description
MediaClipDataElement Create a new MediaClipDataElement.
inherited methods...

 

   
   
Property
Description
EntryD Represents the "D" entry of the media clip data dictionary object.
EntryCT Represents the "CT" entry of the media clip data dictionary object.
EntryP Represents the "P" entry of the media clip data dictionary object.
EntryAlt Represents the "Alt" entry of the media clip data dictionary object.
EntryPL Represents the "PL" entry of the media clip data dictionary object.
EntryMH Represents the "MH" entry of the media clip data dictionary object.
EntryBE Represents the "BE" entry of the media clip data dictionary object.
inherited properties...