interface TimeLabelProps {
    showDuration: boolean;
    style?: StyleProp<TextStyle>;
}

Properties

Properties

showDuration: boolean

Whether to show the duration of the player.

The style overrides.

Generated using TypeDoc