TagLib API Documentation
Public Member Functions | List of all members
TagLib::RIFF::WAV::Properties Class Reference

An implementation of audio property reading for WAV. More...

#include <wavproperties.h>

Inheritance diagram for TagLib::RIFF::WAV::Properties:
[legend]
Collaboration diagram for TagLib::RIFF::WAV::Properties:
[legend]

Public Member Functions

 Properties (File *file, ReadStyle style)
 
 ~Properties () override
 
 Properties (const Properties &)=delete
 
Propertiesoperator= (const Properties &)=delete
 
int lengthInMilliseconds () const override
 
int bitrate () const override
 
int sampleRate () const override
 
int channels () const override
 
int bitsPerSample () const
 
unsigned int sampleFrames () const
 
int format () const
 
- Public Member Functions inherited from TagLib::AudioProperties
virtual ~AudioProperties ()
 
 AudioProperties (const AudioProperties &)=delete
 
AudioPropertiesoperator= (const AudioProperties &)=delete
 
virtual TAGLIB_DEPRECATED int length () const
 
virtual int lengthInSeconds () const
 
virtual int lengthInMilliseconds () const
 
virtual int bitrate () const
 
virtual int sampleRate () const
 
virtual int channels () const =0
 

Additional Inherited Members

- Public Types inherited from TagLib::AudioProperties
enum  ReadStyle { Fast , Average , Accurate }
 
- Protected Member Functions inherited from TagLib::AudioProperties
 AudioProperties (ReadStyle style)
 

Detailed Description

An implementation of audio property reading for WAV.

This reads the data from a WAV stream found in the AudioProperties API.

Constructor & Destructor Documentation

◆ Properties() [1/2]

TagLib::RIFF::WAV::Properties::Properties ( File file,
ReadStyle  style 
)

Create an instance of WAV::Properties with the data read from the WAV::File file.

◆ ~Properties()

TagLib::RIFF::WAV::Properties::~Properties ( )
override

Destroys this WAV::Properties instance.

◆ Properties() [2/2]

TagLib::RIFF::WAV::Properties::Properties ( const Properties )
delete

Member Function Documentation

◆ bitrate()

int TagLib::RIFF::WAV::Properties::bitrate ( ) const
overridevirtual

Returns the average bit rate of the file in kb/s.

Reimplemented from TagLib::AudioProperties.

◆ bitsPerSample()

int TagLib::RIFF::WAV::Properties::bitsPerSample ( ) const

Returns the number of bits per audio sample.

◆ channels()

int TagLib::RIFF::WAV::Properties::channels ( ) const
overridevirtual

Returns the number of audio channels.

Implements TagLib::AudioProperties.

◆ format()

int TagLib::RIFF::WAV::Properties::format ( ) const

Returns the format ID of the file. 0 for unknown, 1 for PCM, 2 for ADPCM, 3 for 32/64-bit IEEE754, and so forth.

Note
For further information, refer to the WAVE Form Registration Numbers in RFC 2361.

◆ lengthInMilliseconds()

int TagLib::RIFF::WAV::Properties::lengthInMilliseconds ( ) const
overridevirtual

Returns the length of the file in milliseconds.

See also
lengthInSeconds()

Reimplemented from TagLib::AudioProperties.

◆ operator=()

Properties & TagLib::RIFF::WAV::Properties::operator= ( const Properties )
delete

◆ sampleFrames()

unsigned int TagLib::RIFF::WAV::Properties::sampleFrames ( ) const

Returns the number of sample frames.

◆ sampleRate()

int TagLib::RIFF::WAV::Properties::sampleRate ( ) const
overridevirtual

Returns the sample rate in Hz.

Reimplemented from TagLib::AudioProperties.


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