Share via


ABSTRACT

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

<ABSTRACT>
   text string
</ABSTRACT>

Parameters

None

Parent/Child Information

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. Note that 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>

 Last updated on Tuesday, July 13, 2004

© 1992-2000 Microsoft Corporation. All rights reserved.