Interface Session.StreamCaptionsPropertiesListener

    • Method Detail

      • onStreamHasCaptionsChanged

        void onStreamHasCaptionsChanged​(Session session,
                                        Stream stream,
                                        boolean hasCaptions)
        Called when streams in the session changes value between having captions and not having captions.
        Parameters:
        session - The session containing the stream.
        stream - The stream.
        hasCaptions - Whether the stream has captions (true) or not ( false).