gstreamer/Android+tutorials.markdown
2016-05-16 17:30:48 +03:00

1.6 KiB

GStreamer SDK documentation : Android tutorials

This page last changed on May 02, 2013 by xartigas.

Welcome to the GStreamer SDK Android tutorials

These tutorials describe Android-specific topics. General GStreamer concepts will not be explained in these tutorials, so the Basic tutorials should be reviewed first. The reader should also be familiar with basic Android programming techniques.

Each Android tutorial builds on top of the previous one and adds progressively more functionality, until a working media player application is obtained in Android tutorial 5: A Complete media player. This is the same media player application used to advertise the GStreamer SDK on Android, and the download link can be found in the Android tutorial 5: A Complete media player page.

Make sure to have read the instructions in Installing for Android development before jumping into the Android tutorials.

A note on the documentation

All Java methods, both Android-specific and generic, are documented in the Android reference site.

Unfortunately, there is no official online documentation for the NDK. The header files, though, are well commented. If you installed the Android NDK in the $(ANDROID_NDK_ROOT) folder, you can find the header files in $(ANDROID_NDK_ROOT)\platforms\android-9\arch-arm\usr\include\android.

Document generated by Confluence on Oct 08, 2015 10:27