TITLE (ASX Element) (Windows Embedded CE 6.0)
1/6/2010
This element defines a text string specifying the title for an ASX or ENTRY element.
Syntax
<TITLE>
text string
</TITLE>
Parameters
None.
Parent/Child Information
Hierarchy | Allowed element |
---|---|
Parent elements |
|
Child elements |
None |
Remarks
This element defines a text string that specifies the title of an ASX or ENTRY element.
Use the GetMediaInfoString method to retrieve the value of the TITLE element for a show or clip.
Each parent ASX and ENTRY element should contain at most one child TITLE element. Multiple TITLE elements after the first will be ignored and will not display.
<ASX VERSION="3.0">
<TITLE>Title of the Show</TITLE>
<ENTRY>
<TITLE>Title of the Clip</TITLE>
<REF HREF="mms://example.microsoft.com/clip1.asf" />
</ENTRY>
</ASX>