FlacAudioCursor

from panda3d.core import FlacAudioCursor
class FlacAudioCursor

Bases:

Bases: MovieAudioCursor

Implements decoding of FLAC audio files.

See panda3d.core.FlacAudio.

New in version 1.10.0.

Inheritance diagram

Inheritance diagram of FlacAudioCursor

__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