TranscriptionParams

data class TranscriptionParams(val contentDescription: String?, val onClick: () -> Unit) : VideoPlayerButtonParams(source)

TranscriptionParams represents the parameters for the transcription button in the video player.

Parameters

contentDescription

The content description for the button.

onClick

The action to be performed when the button is clicked.

Constructors

Link copied to clipboard
constructor(contentDescription: String?, onClick: () -> Unit)

Properties

Link copied to clipboard
Link copied to clipboard
val onClick: () -> Unit