diff options
author | Andreas Huber <andih@google.com> | 2010-09-03 14:09:21 -0700 |
---|---|---|
committer | Andreas Huber <andih@google.com> | 2010-09-03 14:31:50 -0700 |
commit | 8ae49d87b98d57d6758b0c51b95e28a6581a79f1 (patch) | |
tree | 933481633972404d9b57c3afee53d686dd4e1226 /include | |
parent | 1a4c79eada496dc43918440608f15410eaecd28c (diff) | |
download | frameworks_av-8ae49d87b98d57d6758b0c51b95e28a6581a79f1.zip frameworks_av-8ae49d87b98d57d6758b0c51b95e28a6581a79f1.tar.gz frameworks_av-8ae49d87b98d57d6758b0c51b95e28a6581a79f1.tar.bz2 |
Ogg files can be tagged to be automatically looping, this setting always overrides the MediaPlayer's setLooping setting.
Change-Id: Ifb564c6cdf6137eac14869f9ca7d471f05a5556a
related-to-bug: 2974691
Diffstat (limited to 'include')
-rw-r--r-- | include/media/stagefright/MetaData.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/media/stagefright/MetaData.h b/include/media/stagefright/MetaData.h index 0b6201c..1e447f1 100644 --- a/include/media/stagefright/MetaData.h +++ b/include/media/stagefright/MetaData.h @@ -92,6 +92,8 @@ enum { kKeyNotRealTime = 'ntrt', // bool (int32_t) + // Ogg files can be tagged to be automatically looping... + kKeyAutoLoop = 'autL', // bool (int32_t) }; enum { |