Searched refs:playerVolume (Results 1 – 2 of 2) sorted by relevance
325 if (thiz->playerVolume) { in _opensles_player_change_volume()328 (*thiz->playerVolume)->SetVolumeLevel (thiz->playerVolume, millibel); in _opensles_player_change_volume()348 if (thiz->playerVolume) { in _opensles_player_change_mute()349 result = (*thiz->playerVolume)->SetMute (thiz->playerVolume, thiz->mute); in _opensles_player_change_mute()471 SL_IID_VOLUME, &thiz->playerVolume); in _opensles_player_acquire()893 thiz->playerVolume = NULL; in gst_opensles_ringbuffer_release()
80 SLVolumeItf playerVolume; member