GstBtAudioSynth

GstBtAudioSynth — base audio synthesizer

Synopsis

struct              GstBtAudioSynth;

Object Hierarchy

  GObject
   +----GstObject
         +----GstElement
               +----GstBaseSrc
                     +----GstBtAudioSynth
                           +----GstBtFluidSynth
                           +----GstBtSidSyn
                           +----GstBtSimSyn
                           +----GstBtWaveReplay
                           +----GstBtWaveTabSyn

Implemented Interfaces

GstBtAudioSynth implements GstBtTempo and GstPreset.

Description

Base audio synthesizer to use as a foundation for new synthesizers. Handles tempo, seeking, trick mode playback and format negotiation. The pure virtual process and setup methods must be implemented by the child class.

Details

struct GstBtAudioSynth

struct GstBtAudioSynth;

Class instance data.