TagLib 1.7.2 (TagLib::ASF::Attribute Class Reference)

TagLib::ASF::Attribute Class Reference

#include <asfattribute.h>

List of all members.

Public Types

enum  AttributeTypes {
  UnicodeType = 0, BytesType = 1, BoolType = 2, DWordType = 3,
  QWordType = 4, WordType = 5, GuidType = 6
}

Public Member Functions

 Attribute ()
 Attribute (const String &value)
 Attribute (const ByteVector &value)
 Attribute (const Picture &value)
 Attribute (unsigned int value)
 Attribute (unsigned long long value)
 Attribute (unsigned short value)
 Attribute (bool value)
 Attribute (const Attribute &item)
ASF::Attributeoperator= (const Attribute &other)
virtual ~Attribute ()
AttributeTypes type () const
unsigned short toBool () const
unsigned short toUShort () const
unsigned int toUInt () const
unsigned long long toULongLong () const
String toString () const
ByteVector toByteVector () const
Picture toPicture () const
int language () const
void setLanguage (int value)
int stream () const
void setStream (int value)
int dataSize () const
 Returns the size of the stored data.

Friends

class File

Member Enumeration Documentation

Enum of types an Attribute can have.

Enumerator:
UnicodeType 
BytesType 
BoolType 
DWordType 
QWordType 
WordType 
GuidType 

Constructor & Destructor Documentation

Constructs an empty attribute.

Constructs an attribute with key and a UnicodeType value.

Constructs an attribute with key and a BytesType value.

Constructs an attribute with key and a Picture value.

This attribute is compatible with the ID3 frame, APIC. The ID3 specification for the APIC frame stipulates that, while there may be any number of APIC frames associated with a file, only one may be of type 1 and only one may be of type 2.

The specification also states that the description of the picture can be no longer than 64 characters, but can be empty. WM/Picture attributes added with TagLib::ASF are not automatically validated to conform to ID3 specifications. You must add code in your application to perform validations if you want to maintain complete compatibility with ID3.

TagLib::ASF::Attribute::Attribute ( unsigned int  value)

Constructs an attribute with key and a DWordType value.

TagLib::ASF::Attribute::Attribute ( unsigned long long  value)

Constructs an attribute with key and a QWordType value.

TagLib::ASF::Attribute::Attribute ( unsigned short  value)

Constructs an attribute with key and a WordType value.

Constructs an attribute with key and a BoolType value.

Construct an attribute as a copy of other.

virtual TagLib::ASF::Attribute::~Attribute ( ) [virtual]

Destroys the attribute.


Member Function Documentation

Returns the size of the stored data.

Returns the language number, or 0 is no stream number was set.

ASF::Attribute& TagLib::ASF::Attribute::operator= ( const Attribute other)

Copies the contents of other into this item.

Sets the language number.

void TagLib::ASF::Attribute::setStream ( int  value)

Sets the stream number.

Returns the stream number, or 0 is no stream number was set.

unsigned short TagLib::ASF::Attribute::toBool ( ) const

Returns the BoolType value.

Returns the BytesType value.

Returns the Picture value.

Returns the UnicodeType value.

unsigned int TagLib::ASF::Attribute::toUInt ( ) const

Returns the DWordType value.

unsigned long long TagLib::ASF::Attribute::toULongLong ( ) const

Returns the QWordType value.

unsigned short TagLib::ASF::Attribute::toUShort ( ) const

Returns the WordType value.

Returns type of the value.


Friends And Related Function Documentation

friend class File [friend]

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