feat(android): add settings button to control video playback speed (#4211)
This commit is contained in:
committed by
GitHub
parent
d81e6ea31e
commit
d1883a7e00
@@ -308,6 +308,7 @@ type ControlsStyles = Readonly<{
|
||||
hideDuration?: WithDefault<boolean, false>;
|
||||
hideNavigationBarOnFullScreenMode?: WithDefault<boolean, true>;
|
||||
hideNotificationBarOnFullScreenMode?: WithDefault<boolean, true>;
|
||||
hideSettingButton?: WithDefault<boolean, true>;
|
||||
seekIncrementMS?: Int32;
|
||||
liveLabel?: string;
|
||||
}>;
|
||||
|
@@ -260,6 +260,7 @@ export type ControlsStyles = {
|
||||
hideFullscreen?: boolean;
|
||||
hideNavigationBarOnFullScreenMode?: boolean;
|
||||
hideNotificationBarOnFullScreenMode?: boolean;
|
||||
hideSettingButton?: boolean;
|
||||
seekIncrementMS?: number;
|
||||
liveLabel?: string;
|
||||
};
|
||||
|
Reference in New Issue
Block a user