FlacAudioCursor¶
from panda3d.core import FlacAudioCursor
-
class
FlacAudioCursor
¶ Bases:
MovieAudioCursor
Implements decoding of FLAC audio files.
See
FlacAudio
.New in version 1.10.0.
Inheritance diagram
-
__init__
(src: FlacAudio, stream: istream)¶ Reads the .wav header from the indicated stream. This leaves the read pointer positioned at the start of the data.
-
__init__
(param0: FlacAudioCursor)
-
static
getClassType
() → TypeHandle¶
-