QtlMovie 1.12 (A specialized FFmpeg front-end)
QtsDvdProgramChapter Class Reference

A class describing a chapter inside a DVD program. More...

Public Member Functions

 QtsDvdProgramChapter (int id=0)
 Constructor. More...
 
QtsDvdProgramCellList cells () const
 Get the list of program cells in this chapter. More...
 
int chapterId () const
 Get the chapter id in the DVD program. More...
 

Private Attributes

QtsDvdProgramCellList _cells
 List of cells. More...
 
const int _chapterId
 Chapter id in the DVD program. More...
 

Friends

class QtsDvdProgramChain
 

Detailed Description

A class describing a chapter inside a DVD program.

Constructor & Destructor Documentation

◆ QtsDvdProgramChapter()

QtsDvdProgramChapter::QtsDvdProgramChapter ( int  id = 0)

Constructor.

Parameters
idChapter id within program chain (PGC).

Member Function Documentation

◆ chapterId()

int QtsDvdProgramChapter::chapterId ( ) const
inline

Get the chapter id in the DVD program.

Returns
The chapter id in the DVD program.

◆ cells()

QtsDvdProgramCellList QtsDvdProgramChapter::cells ( ) const
inline

Get the list of program cells in this chapter.

Returns
The list of program cells in this chapter.

Friends And Related Function Documentation

◆ QtsDvdProgramChain

friend class QtsDvdProgramChain
friend

Member Data Documentation

◆ _chapterId

const int QtsDvdProgramChapter::_chapterId
private

Chapter id in the DVD program.

◆ _cells

QtsDvdProgramCellList QtsDvdProgramChapter::_cells
private

List of cells.


The documentation for this class was generated from the following files: