Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
A version of this page is also available for
4/8/2010

This element contains text that represents a description of the associated ASXor ENTRYelement.

Syntax

<ABSTRACT>
  text string
</ABSTRACT>

Parameters

None.

Parent/Child Information

Hierarchy Allowed element

Parent elements

ASX, ENTRY

Child elements

None

Remarks

Use the GetMediaInfoStringmethod 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 GetMediaInfoStringmethod.

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

Copy Code
<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>