Enclosing class:
: Session
public static interface Session.StreamCaptionsPropertiesListener
Monitors when caption properties of streams in the session change.
See Also:
: - Session.setStreamCaptionsPropertiesListener(StreamCaptionsPropertiesListener listener)
Method Summary
All MethodsInstance MethodsAbstract Methods
Modifier and Type
Method
Description
void
onStreamHasCaptionsChanged(Session session, Stream stream, boolean hasCaptions)
Called when streams in the session changes value between having captions and not having captions.
Method Details
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).