fm.liveswitch.android.MediaCodecColorFormats Class Reference

Defines common MIME types and helper methods. More...

Static Public Attributes

static final int I420 = MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420Planar
 
static final int Nv12 = MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420SemiPlanar
 
static final int Rgb = MediaCodecInfo.CodecCapabilities.COLOR_Format24bitRGB888
 
static final int Bgr = MediaCodecInfo.CodecCapabilities.COLOR_Format24bitBGR888
 
static final int Abgr = MediaCodecInfo.CodecCapabilities.COLOR_Format32bitABGR8888
 
static final int Argb = MediaCodecInfo.CodecCapabilities.COLOR_Format32bitARGB8888
 
static final int Bgra = MediaCodecInfo.CodecCapabilities.COLOR_Format32bitBGRA8888
 

Detailed Description

Defines common MIME types and helper methods.

Member Data Documentation

◆ Abgr

final int fm.liveswitch.android.MediaCodecColorFormats.Abgr = MediaCodecInfo.CodecCapabilities.COLOR_Format32bitABGR8888
static

◆ Argb

final int fm.liveswitch.android.MediaCodecColorFormats.Argb = MediaCodecInfo.CodecCapabilities.COLOR_Format32bitARGB8888
static

◆ Bgr

final int fm.liveswitch.android.MediaCodecColorFormats.Bgr = MediaCodecInfo.CodecCapabilities.COLOR_Format24bitBGR888
static

◆ Bgra

final int fm.liveswitch.android.MediaCodecColorFormats.Bgra = MediaCodecInfo.CodecCapabilities.COLOR_Format32bitBGRA8888
static

◆ I420

final int fm.liveswitch.android.MediaCodecColorFormats.I420 = MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420Planar
static

◆ Nv12

final int fm.liveswitch.android.MediaCodecColorFormats.Nv12 = MediaCodecInfo.CodecCapabilities.COLOR_FormatYUV420SemiPlanar
static

◆ Rgb

final int fm.liveswitch.android.MediaCodecColorFormats.Rgb = MediaCodecInfo.CodecCapabilities.COLOR_Format24bitRGB888
static