Ogg Opus¶
Read and write Ogg Opus comments.
This module handles Opus files wrapped in an Ogg bitstream. The first Opus stream found is used.
Based on http://tools.ietf.org/html/draft-terriberry-oggopus-01
-
class
mutagen.oggopus.
OggOpus
(filething)¶ Bases:
mutagen.ogg.OggFileType
An Ogg Opus file.
- Parameters
filething (filething) –
-
info
¶ - Type
-
static
score
(filename, fileobj, header)¶ Returns a score for how likely the file can be parsed by this type.
- Parameters
- Returns
- negative if definitely not a matching type, otherwise a score,
the bigger the more certain that the file can be loaded.
- Return type