Home
last modified time | relevance | path

Searched refs:PA_PROP_MEDIA_TITLE (Results 1 – 5 of 5) sorted by relevance

/third_party/pulseaudio/src/tests/
Dproplist-test.c37 fail_unless(pa_proplist_sets(a, PA_PROP_MEDIA_TITLE, "Brandenburgische Konzerte") == 0); in START_TEST()
41 fail_unless(pa_proplist_sets(b, PA_PROP_MEDIA_TITLE, "Goldbergvariationen") == 0); in START_TEST()
48 pa_log_debug("%s", pa_strnull(pa_proplist_gets(a, PA_PROP_MEDIA_TITLE))); in START_TEST()
49 fail_unless(pa_proplist_unset(b, PA_PROP_MEDIA_TITLE) == 0); in START_TEST()
/third_party/pulseaudio/src/pulse/
Dproplist.h38 #define PA_PROP_MEDIA_TITLE "media.title" macro
/third_party/pulseaudio/src/pulsecore/
Dsndfile-util.c321 [SF_STR_TITLE] = PA_PROP_MEDIA_TITLE, in pa_sndfile_init_proplist()
/third_party/pulseaudio/vala/
Dlibpulse.vapi535 [CCode (cname="PA_PROP_MEDIA_TITLE")]
/third_party/gstreamer/gstplugins_good/ext/pulse/
Dpulsesink.c3007 GST_TAG_TITLE, PA_PROP_MEDIA_TITLE, in gst_pulsesink_change_props()