|
| File (FileName file, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average) |
|
| File (IOStream *stream, bool readProperties=true, Properties::ReadStyle propertiesStyle=Properties::Average) |
|
| ~File () override |
|
| File (const File &)=delete |
|
File & | operator= (const File &)=delete |
|
Tag * | tag () const override |
|
PropertyMap | properties () const override |
|
void | removeUnsupportedProperties (const StringList &properties) override |
|
PropertyMap | setProperties (const PropertyMap &) override |
|
Properties * | audioProperties () const override |
|
bool | save () override |
|
virtual | ~File () |
|
| File (const File &)=delete |
|
File & | operator= (const File &)=delete |
|
FileName | name () const |
|
virtual Tag * | tag () const =0 |
|
virtual PropertyMap | properties () const |
|
virtual void | removeUnsupportedProperties (const StringList &properties) |
|
virtual PropertyMap | setProperties (const PropertyMap &properties) |
|
virtual StringList | complexPropertyKeys () const |
|
virtual List< VariantMap > | complexProperties (const String &key) const |
|
virtual bool | setComplexProperties (const String &key, const List< VariantMap > &value) |
|
virtual AudioProperties * | audioProperties () const =0 |
|
virtual bool | save ()=0 |
|
ByteVector | readBlock (size_t length) |
|
void | writeBlock (const ByteVector &data) |
|
offset_t | find (const ByteVector &pattern, offset_t fromOffset=0, const ByteVector &before=ByteVector()) |
|
offset_t | rfind (const ByteVector &pattern, offset_t fromOffset=0, const ByteVector &before=ByteVector()) |
|
void | insert (const ByteVector &data, offset_t start=0, size_t replace=0) |
|
void | removeBlock (offset_t start=0, size_t length=0) |
|
bool | readOnly () const |
|
bool | isOpen () const |
|
bool | isValid () const |
|
void | seek (offset_t offset, Position p=Beginning) |
|
void | clear () |
|
offset_t | tell () const |
|
offset_t | length () |
|
An implementation of TagLib::File with ASF specific methods.
This implements and provides an interface for ASF files to the TagLib::Tag and TagLib::AudioProperties interfaces by way of implementing the abstract TagLib::File API as well as providing some additional information specific to ASF files.