Searched refs:currentAudio (Results 1 - 1 of 1) sorted by relevance

/external/webkit/WebCore/platform/graphics/gtk/
H A DMediaPlayerPrivateGStreamer.cpp513 gint currentAudio = -1; local
515 g_object_get(m_playBin, "current-audio", &currentAudio, NULL);
516 return currentAudio > -1;

Completed in 11 milliseconds