ABSTRACT (Windows CE 5.0)

Send Feedback

This element contains text that represents a description of the associated ASX or ENTRY element.

<ABSTRACT>  text string</ABSTRACT>

Parameters

None.

Parent/Child Information

Hierarchy Allowed element
Parent elements ASX, ENTRY
Child elements None

Remarks

Use the GetMediaInfoString method to retrieve the value of the ABSTRACT element for a show or clip.

The ABSTRACT is referred to as the description of a show or clip when using the GetMediaInfoString method.

Only the first ABSTRACT element within the scope of another element is used when an Advanced Stream Redirector (ASX) file is processed. Subsequent ABSTRACT elements in that scope are ignored.

Example

<ASX VERSION="3.0">
    <TITLE>The Title of the Show<TITLE>
    <ABSTRACT>
        Brief description of the show. 
    </ABSTRACT>

<ENTRY>    
    <REF HREF="YourMediaFilename.asf" />
    <TITLE>The Title of the Track</TITLE>
    <ABSTRACT>
        Brief description of the track.
    </ABSTRACT>
</ENTRY>

</ASX>

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.