feat(android): support hiding Exoplayer video duration on android (#4090)
* feat: support for hiding duration on Android * docs: add hideDuration property to control styles documentation
This commit is contained in:
@@ -284,6 +284,7 @@ export type OnAudioFocusChangedData = Readonly<{
|
||||
|
||||
type ControlsStyles = Readonly<{
|
||||
hideSeekBar?: boolean;
|
||||
hideDuration?: boolean;
|
||||
seekIncrementMS?: Int32;
|
||||
}>;
|
||||
|
||||
|
@@ -223,6 +223,7 @@ export type AudioOutput = 'speaker' | 'earpiece';
|
||||
|
||||
export type ControlsStyles = {
|
||||
hideSeekBar?: boolean;
|
||||
hideDuration?: boolean;
|
||||
seekIncrementMS?: number;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user