2.2.4.44 MetadataItemStream

The MetadataItemStream type describes the stream information of the media item.<7>

Namespace: http://contracts.microsoft.com/WindowsServerEssentials/2011/09/WebApi

 <xs:complexType name="MetadataItemStream">
   <xs:sequence>
     <xs:element minOccurs="0" maxOccurs="1" name="Bitrate" type="xs:int"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Height" type="xs:int"/>
     <xs:element minOccurs="0" maxOccurs="1" name="MimeType" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Profile" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="RelativePath" nillable="true" type="xs:string"/>
     <xs:element minOccurs="0" maxOccurs="1" name="RequiresTranscoding" type="xs:boolean"/>
     <xs:element minOccurs="0" maxOccurs="1" name="Width" type="xs:int"/>
   </xs:sequence>
 </xs:complexType>

Bitrate: The bitrate of the media stream.

Height: The height of the media stream.

MimeType: The Multipurpose Internet Mail Exchange (MIME) type of the media stream.

Profile: The profile of the media stream.

RelativePath: The relative path of the media stream, which can be used to generate the full path of the media stream.

RequiresTranscoding: Indicates whether this media stream requires transcoding on the server side.

Width: The width of the media stream.