Home | History | Annotate | only in /development/ndk/platforms/android-14/samples/native-media
Up to higher level directory
NameDateSize
AndroidManifest.xml20-Sep-2013855
default.properties20-Sep-2013121
jni/20-Sep-2013
NativeMedia.ts20-Sep-201312M
README.txt20-Sep-2013303
res/20-Sep-2013
src/20-Sep-2013

README.txt

      1 This sample app requires an MPEG-2 Transport Stream file to be
      2 placed in /sdcard/NativeMedia.ts and encoded as:
      3 
      4   video: H.264 baseline profile
      5   audio: AAC LC stereo
      6 
      7 For demonstration purposes we have supplied such a .ts file.
      8 Any actual stream must be created according to the MPEG-2 specification.
      9