Properties
clearTextView()
clearTextView: (sessionId?) => Promise<void>
Request the media session in PlayerServer to clear the KeplerCaptionsView rendering the captions content.
Parameters
sessionId?
IPlayerSessionId
Optional. The session ID to target for clearing the captions surface.
If not specified, the PlayerServer decides how to handle the request.
Returns
Promise<void>
A Promise that resolves when the request is successfully handled,
or rejects with an error if the request fails.
Example
clearVideoView()
clearVideoView: (sessionId?) => Promise<void>
Request the media session in PlayerServer to clear the KeplerVideoSurfaceView rendering the video content.
Parameters
sessionId?
IPlayerSessionId
Optional. The session ID to target for clearing the video surface.
If not specified, the PlayerServer decides how to handle the request.
Returns
Promise<void>
A Promise that resolves when the request is successfully handled,
or rejects with an error if the request fails.

