2.2.5.9 PPTMediaPlaybackState

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

A simple type that specifies an enumeration of the different states a multimedia object can be in.

 <xs:simpleType name="PPTMediaPlaybackState" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="Paused"/>
     <xs:enumeration value="Playing"/>
     <xs:enumeration value="Stopped"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the PPTMediaPlaybackState simple type.

Value

Meaning

Paused

The multimedia object is in a paused state.

Playing

The multimedia object is in a playing state.

Stopped

The multimedia object is in a stopped state.