2.2.4.7 PPTBroadcastMediaStateData

Namespace: http://schemas.microsoft.com/server/broadcast/2010/main

A complex type that specifies a state for a multimedia object such as an embedded video clip.

 <xs:complexType name="PPTBroadcastMediaStateData" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="MediaId" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="State" type="tns:PPTMediaPlaybackState"/>
     <xs:element minOccurs="1" maxOccurs="1" name="AtPosition" type="xs:double"/>
   </xs:sequence>
 </xs:complexType>

MediaId:  An xs:string ([XMLSCHEMA2/2] section 3.2.1) element that specifies an identifier of the multimedia object. This element MUST be present.

State:  A PPTMediaPlaybackState (section 2.2.5.5) element that specifies the playback state of the multimedia object identified by the MediaId field. This element MUST be present.

AtPosition:  An xs:double ([XMLSCHEMA2/2] section 3.2.5) element that specifies the time code of the multimedia object identified by the MediaId field when the State field is changed. This element MUST be present.