QuickTimeFromFile Class

QuickTime from File.When the object is serialized out as xml, its qualified name is a:quickTimeFile.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Drawing.QuickTimeFromFile

Namespace:  DocumentFormat.OpenXml.Drawing
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(ExtensionList))> _
Public Class QuickTimeFromFile _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As QuickTimeFromFile
[ChildElementInfoAttribute(typeof(ExtensionList))]
public class QuickTimeFromFile : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • ExtensionList <a:extLst>

[ISO/IEC 29500-1 1st Edition]

20.1.3.4 quickTimeFile (QuickTime from File)

This element specifies the existence of a QuickTime file, as defined in the 2007-09-04 version of the QuickTime File Format Specification: http://developer.apple.com/documentation/QuickTime/QTFF/qtff.pdf. [Note: For more information on the QuickTime format: http://developer.apple.com/reference/QuickTime/. end note]. This element is specified within the non-visual properties of an object. The QuickTime file shall be attached to an object as this is how it is represented within the document. The actual playing of the QuickTime however is done within the timing node list that is specified under the timing element.

[Example: Consider the following picture object that has a QuickTime file attached to it.

<p:pic>
<p:nvPicPr>
<p:cNvPr id="7" name="Rectangle 6">
<a:hlinkClick r:id="" action="ppaction://media"/>
</p:cNvPr>
    <p:cNvPicPr>
<a:picLocks noRot="1"/>
</p:cNvPicPr>
    <p:nvPr>
<a:quickTimeFile r:link="rId1"/>
</p:nvPr>
</p:nvPicPr>
…
</p:pic>

In the above example, we see that there is a single quickTimeFile element attached to this picture. This picture is placed within the document just as a normal picture or shape would be. The id of this picture, namely 7 in this case, is used to refer to this quickTimeFile element from within the timing node list. The Linked relationship id is used to retrieve the actual video file for playback purposes. end example]

Parent Elements

nvPr (§19.3.1.33)

Child Elements

Subclause

extLst (Extension List)

§20.1.2.2.15

Attributes

Description

link (Linked Relationship ID)

Namespace: .../officeDocument/2006/relationships

Specifies the identification information for a linked object. This attribute is used to specify the location of an object that does not reside within this file.

The possible values for this attribute are defined by the ST_RelationshipId simple type (§22.8.2.1).

[Note: The W3C XML Schema definition of this element’s content model (CT_QuickTimeFile) is located in §A.4.1. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

QuickTimeFromFile Members

DocumentFormat.OpenXml.Drawing Namespace