Home
last modified time | relevance | path

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

/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java343 boolean hasCaptions(Player player); in hasCaptions() method
864 enableSetCaptioningEnabled = captionCallback != null && captionCallback.hasCaptions(player); in buildPlaybackActions()