• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# Media Extractor flags.
2#
3# !!! Please add flags in alphabetical order. !!!
4package: "com.android.media.extractor.flags"
5container: "com.android.media"
6
7flag {
8    name: "extractor_sniff_midi_optimizations"
9    is_exported: true
10    is_fixed_read_only: true
11    namespace: "media_solutions"
12    description: "Enable SniffMidi optimizations."
13    bug: "359920208"
14}
15
16flag {
17    name: "extractor_mp4_enable_apv"
18    is_exported: true
19    is_fixed_read_only: true
20    namespace: "media_solutions"
21    description: "Enable APV support in mp4 extractor."
22    bug: "370061501"
23}
24