AC3¶
Pure AC3 file information.
-
exception
mutagen.ac3.
AC3Error
¶
-
class
mutagen.ac3.
AC3
(filename)¶ Bases:
mutagen.FileType
AC3(filething)
Parameters: filething (filething) – Load AC3 or EAC3 files.
Tagging is not supported. Use the ID3/APEv2 classes directly instead.
Adds new tags to the file.
Raises: mutagen.MutagenError
– if tags already exist or adding is not possible.
-
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:
-
class
mutagen.ac3.
AC3Info
¶ Bases:
mutagen.StreamInfo
AC3 stream information. The length of the stream is just a guess and might not be correct.
-
pprint
()¶ Returns: text: Print stream information
-