dbusiface-core: Two new functions: pa_dbusiface_core_get_playback/record_stream_path().

This commit is contained in:
Tanu Kaskinen 2009-08-15 16:54:11 +03:00
parent 91f626f777
commit f663d13acd
2 changed files with 16 additions and 0 deletions

View file

@ -38,6 +38,8 @@ void pa_dbusiface_core_free(pa_dbusiface_core *c);
const char *pa_dbusiface_core_get_card_path(pa_dbusiface_core *c, const pa_card *card);
const char *pa_dbusiface_core_get_sink_path(pa_dbusiface_core *c, const pa_sink *sink);
const char *pa_dbusiface_core_get_source_path(pa_dbusiface_core *c, const pa_source *source);
const char *pa_dbusiface_core_get_playback_stream_path(pa_dbusiface_core *c, const pa_sink_input *sink_input);
const char *pa_dbusiface_core_get_record_stream_path(pa_dbusiface_core *c, const pa_source_output *source_output);
const char *pa_dbusiface_core_get_module_path(pa_dbusiface_core *c, const pa_module *module);
#endif