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

Properties

duration: number

The duration of the current source.

showDuration: boolean

Whether to show the duration of the current source.

The style overrides.

time: number

The current time of the player

Generated using TypeDoc