mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 21:20:26 -04:00
s/vorbis/speex/ in speex docs
git-svn-id: svn://anonsvn.kde.org/home/kde/trunk/kdesupport/taglib@768449 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
This commit is contained in:
parent
e6fa8c4976
commit
adc7c9c841
@ -141,7 +141,7 @@ void Speex::Properties::read()
|
||||
pos += 4;
|
||||
|
||||
// frame_size; /**< Size of frames */
|
||||
//unsigned int frameSize = data.mid(pos, 4).toUInt(false);
|
||||
// unsigned int frameSize = data.mid(pos, 4).toUInt(false);
|
||||
pos += 4;
|
||||
|
||||
// vbr; /**< 1 for a VBR encoding, 0 otherwise */
|
||||
@ -149,7 +149,7 @@ void Speex::Properties::read()
|
||||
pos += 4;
|
||||
|
||||
// frames_per_packet; /**< Number of frames stored per Ogg packet */
|
||||
//unsigned int framesPerPacket = data.mid(pos, 4).toUInt(false);
|
||||
// unsigned int framesPerPacket = data.mid(pos, 4).toUInt(false);
|
||||
|
||||
const Ogg::PageHeader *first = d->file->firstPageHeader();
|
||||
const Ogg::PageHeader *last = d->file->lastPageHeader();
|
||||
|
@ -49,13 +49,13 @@ namespace TagLib {
|
||||
{
|
||||
public:
|
||||
/*!
|
||||
* Create an instance of Vorbis::Properties with the data read from the
|
||||
* Vorbis::File \a file.
|
||||
* Create an instance of Speex::Properties with the data read from the
|
||||
* Speex::File \a file.
|
||||
*/
|
||||
Properties(File *file, ReadStyle style = Average);
|
||||
|
||||
/*!
|
||||
* Destroys this VorbisProperties instance.
|
||||
* Destroys this Speex::Properties instance.
|
||||
*/
|
||||
virtual ~Properties();
|
||||
|
||||
@ -67,7 +67,7 @@ namespace TagLib {
|
||||
virtual int channels() const;
|
||||
|
||||
/*!
|
||||
* Returns the Vorbis version, currently "0" (as specified by the spec).
|
||||
* Returns the Speex version, currently "0" (as specified by the spec).
|
||||
*/
|
||||
int speexVersion() const;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user