PrimoBurner(tm) for C++  4.4
CD, DVD and Blu-ray Software Development Kit
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Metadata Class Referenceabstract

Metadata describes meta information that is part of an audio or video file. More...

#include <PrimoAV.h>

Inherits Reference.

Public Member Functions

virtual MetaAttributeListattributes () const =0
 Returns a modifiable collection with all the attributes in the Metadata object. More...
 
virtual MetaPictureListpictures () const =0
 Returns a modifiable collection with all the pictures in the Metadata object. More...
 
- Public Member Functions inherited from Reference
virtual int32_t release () const =0
 Releases the instance. More...
 
virtual int32_t retain () const =0
 Retains the instance. More...
 
virtual int32_t retainCount () const =0
 Returns the current reference count. More...
 

Protected Member Functions

virtual ~Metadata ()
 This object can be destroyed only by the library that has created it. More...
 

Detailed Description

Metadata describes meta information that is part of an audio or video file.

It can hold various textual information and images.

See Also
Library::createMetaAttribute
Library::createMetaPicture
Library::createMetadata

Constructor & Destructor Documentation

virtual ~Metadata ( )
protectedvirtual

This object can be destroyed only by the library that has created it.

See Also
primo::Reference::release

Member Function Documentation

virtual MetaAttributeList* attributes ( ) const
pure virtual

Returns a modifiable collection with all the attributes in the Metadata object.

Returns
A collection of MetaAttribute objects. The default value is an empty collection which can be modified but it cannot be replaced.

The returned collection exists only in the context of the Metadata object.

See Also
Library::createMetaAttribute
MetaAttributeList
virtual MetaPictureList* pictures ( ) const
pure virtual

Returns a modifiable collection with all the pictures in the Metadata object.

Returns
A collection of MetaPicture objects. The default value is an empty collection which can be modified but it cannot be replaced.

The returned collection exists only in the context of the Metadata object.

See Also
Library::createMetaPicture
MetaPictureList