Merge branch 'design'
This commit is contained in:
6
lib/models/video/play/ao_output.dart
Normal file
6
lib/models/video/play/ao_output.dart
Normal file
@ -0,0 +1,6 @@
|
||||
final List aoOutputList = [
|
||||
{'title': 'audiotrack,opensles', 'value': '0'},
|
||||
{'title': 'opensles,audiotrack', 'value': '1'},
|
||||
{'title': 'audiotrack', 'value': '2'},
|
||||
{'title': 'opensles', 'value': '3'},
|
||||
];
|
Reference in New Issue
Block a user