DVDBuilder for C++  3.4
DVD Authoring Software Development Kit
Title Class Referenceabstract

This interface is used to get information about a particular DVD-Video title. More...

Public Member Functions

virtual double duration ()=0
 Gets the title duration in seconds. More...
 

Detailed Description

This interface is used to get information about a particular DVD-Video title.

An instance of this interface can be obtained via the title enumerator (TitleEnum::item).

See also
TitleEnum::item
Version
2.0

Member Function Documentation

virtual double duration ( )
pure virtual

Gets the title duration in seconds.

Returns
title duration in seconds as a floating point value.
Version
2.0