mirror of
https://github.com/zoriya/react-native-video.git
synced 2025-12-06 07:16:12 +00:00
fix: fix typo (#3497)
This commit is contained in:
@@ -84,10 +84,10 @@ export type SelectedTrack = {
|
||||
};
|
||||
|
||||
export enum SelectedVideoTrackType {
|
||||
AUDO = 'auto',
|
||||
AUTO = 'auto',
|
||||
DISABLED = 'disabled',
|
||||
RESOLUTION = 'resolution',
|
||||
IUNDEX = 'index',
|
||||
INDEX = 'index',
|
||||
}
|
||||
|
||||
export type SelectedVideoTrack = {
|
||||
|
||||
Reference in New Issue
Block a user