2.2.4.6 PPTBroadcastMediaStateData

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Broadcast.Interface.Data

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" name="AtPosition" type="xs:double"/>
     <xs:element minOccurs="0" name="MediaId" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" name="State" type="tns1:PPTMediaPlaybackState"/>
   </xs:sequence>
 </xs:complexType>

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.

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.9) element that specifies the playback state of the multimedia object identified by the MediaId field. This element MUST be present.