interface StaticTimeLabelProps {
    duration?: number;
    seekable?: TimeRange[];
    showDuration: boolean;
    style?: StyleProp<TextStyle>;
    time: number;
}

Properties

duration?: number

The duration of the current source.

seekable?: TimeRange[]

The seekable window of the player

showDuration: boolean

Whether to show the duration of the current source.

The style overrides.

time: number

The current time of the player