diff options
Diffstat (limited to 'src/plugins/Input/opus/opusfile.h')
| -rw-r--r-- | src/plugins/Input/opus/opusfile.h | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/src/plugins/Input/opus/opusfile.h b/src/plugins/Input/opus/opusfile.h index 208f33bc5..be9a6df10 100644 --- a/src/plugins/Input/opus/opusfile.h +++ b/src/plugins/Input/opus/opusfile.h @@ -64,17 +64,6 @@ namespace TagLib { Properties::ReadStyle propertiesStyle = Properties::Average); /*! - * Contructs a Opus file from \a file. If \a readProperties is true the - * file's audio properties will also be read using \a propertiesStyle. If - * false, \a propertiesStyle is ignored. - * - * \note TagLib will *not* take ownership of the stream, the caller is - * responsible for deleting it after the File object. - */ - File(IOStream *stream, bool readProperties = true, - Properties::ReadStyle propertiesStyle = Properties::Average); - - /*! * Destroys this instance of the File. */ virtual ~File(); @@ -87,18 +76,6 @@ namespace TagLib { virtual Ogg::XiphComment *tag() const; /*! - * Implements the unified property interface -- export function. - * This forwards directly to XiphComment::properties(). - */ - PropertyMap properties() const; - - /*! - * Implements the unified tag dictionary interface -- import function. - * Like properties(), this is a forwarder to the file's XiphComment. - */ - PropertyMap setProperties(const PropertyMap &); - - /*! * Returns the Opus::Properties for this file. If no audio properties * were read then this will return a null pointer. */ |
