Sayonara Player
|
Namespaces | |
namespace | Engine::Utils |
Utility functions. | |
Functions | |
void | PipelineExtensions::Probing::handleProbe (bool *active, GstElement *queue, gulong *probe_id, GstPadProbeCallback callback) |
This is the main interface for the outside world. More... | |
GstPadProbeReturn | PipelineExtensions::Probing::levelProbed (GstPad *pad, GstPadProbeInfo *info, gpointer user_data) |
level_probed More... | |
GstPadProbeReturn | PipelineExtensions::Probing::spectrumProbed (GstPad *pad, GstPadProbeInfo *info, gpointer user_data) |
spectrum_probed More... | |
GstPadProbeReturn | PipelineExtensions::Probing::lameProbed (GstPad *pad, GstPadProbeInfo *info, gpointer user_data) |
lame_probed More... | |
GstPadProbeReturn | PipelineExtensions::Probing::pitchProbed (GstPad *pad, GstPadProbeInfo *info, gpointer user_data) |
pitch_probed More... | |
GstPadProbeReturn | PipelineExtensions::Probing::streamRecorderProbed (GstPad *pad, GstPadProbeInfo *info, gpointer user_data) |
stream_recorder_probed More... | |
void | PipelineExtensions::Probing::handleStreamRecorderProbe (StreamRecorder::Data *data, GstPadProbeCallback callback) |
handle_stream_recorder_probe More... | |
void PipelineExtensions::Probing::handleProbe | ( | bool * | active, |
GstElement * | queue, | ||
gulong * | probe_id, | ||
GstPadProbeCallback | callback | ||
) |
This is the main interface for the outside world.
active | |
queue | |
probe_id | |
callback |
void PipelineExtensions::Probing::handleStreamRecorderProbe | ( | StreamRecorder::Data * | data, |
GstPadProbeCallback | callback | ||
) |
handle_stream_recorder_probe
data | |
callback |
GstPadProbeReturn PipelineExtensions::Probing::lameProbed | ( | GstPad * | pad, |
GstPadProbeInfo * | info, | ||
gpointer | user_data | ||
) |
lame_probed
pad | |
info | |
user_data |
GstPadProbeReturn PipelineExtensions::Probing::levelProbed | ( | GstPad * | pad, |
GstPadProbeInfo * | info, | ||
gpointer | user_data | ||
) |
level_probed
pad | |
info | |
user_data |
GstPadProbeReturn PipelineExtensions::Probing::pitchProbed | ( | GstPad * | pad, |
GstPadProbeInfo * | info, | ||
gpointer | user_data | ||
) |
pitch_probed
pad | |
info | |
user_data |
GstPadProbeReturn PipelineExtensions::Probing::spectrumProbed | ( | GstPad * | pad, |
GstPadProbeInfo * | info, | ||
gpointer | user_data | ||
) |
spectrum_probed
pad | |
info | |
user_data |
GstPadProbeReturn PipelineExtensions::Probing::streamRecorderProbed | ( | GstPad * | pad, |
GstPadProbeInfo * | info, | ||
gpointer | user_data | ||
) |
stream_recorder_probed
pad | |
info | |
user_data |