feat(android): handle increment forward and rewind buttons (#3818)
* feat(android): handle increment forward and rewind buttons * fix: function name for get seekIncrementMS
This commit is contained in:
committed by
GitHub
parent
46e12e0b94
commit
5059e7a7f1
@@ -285,6 +285,7 @@ export type OnAudioFocusChangedData = Readonly<{
|
||||
|
||||
type ControlsStyles = Readonly<{
|
||||
hideSeekBar?: boolean;
|
||||
seekIncrementMS?: number;
|
||||
}>;
|
||||
|
||||
export interface VideoNativeProps extends ViewProps {
|
||||
|
@@ -204,6 +204,7 @@ export type AudioOutput = 'speaker' | 'earpiece';
|
||||
|
||||
export type ControlsStyles = {
|
||||
hideSeekBar?: boolean;
|
||||
seekIncrementMS?: number;
|
||||
};
|
||||
|
||||
export interface ReactVideoProps extends ReactVideoEvents, ViewProps {
|
||||
|
Reference in New Issue
Block a user