FileDocCategorySizeDatePackage
RgbPlayerActivity.javaAPI DocAndroid 5.1 API8195Thu Mar 12 22:22:30 GMT 2015com.android.mediadump

RgbPlayerActivity

public class RgbPlayerActivity extends android.app.Activity
A simple player to display the raw rgb files that are generated from VideDumpView class. It reads the "/sdcard/mediadump/prop.xml" to get the meta data such as width, height, frame rate, and bytes per pixel.

Fields Summary
Constructors Summary
Methods Summary
protected voidonCreate(android.os.Bundle savedInstanceState)

        super.onCreate(savedInstanceState);

        setContentView(new RgbView(this));