Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/gstreamer/
DMediaPlayerPrivateGStreamer.cpp559 gint audioTracks = 0; in notifyPlayerOfAudio() local
561 g_object_get(m_playBin, "n-audio", &audioTracks, NULL); in notifyPlayerOfAudio()
562 m_hasAudio = audioTracks > 0; in notifyPlayerOfAudio()