Click or drag to resize

MediaCodecColorFormats Class

Defines common MIME types and helper methods.
Inheritance Hierarchy
SystemObject
  FM.IceLink.AndroidMediaCodecColorFormats

Namespace:  FM.IceLink.Android
Assembly:  FM.IceLink.Android (in FM.IceLink.Android.dll) Version: 1.1.2.607 (1.1.2.607)

The MediaCodecColorFormats type exposes the following members.

Constructors
  NameDescription
Public methodMediaCodecColorFormats
Initializes a new instance of the MediaCodecColorFormats class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldStatic memberArgb
ARGB aka MediaCodecInfo.CodecCapabilities.COLORFormat32bitARGB8888.
Public fieldStatic memberBgr
BGR aka MediaCodecInfo.CodecCapabilities.COLORFormat24bitRGB888.
Public fieldStatic memberBgra
BGRA aka MediaCodecInfo.CodecCapabilities.COLORFormat32bitBGRA8888.
Public fieldStatic memberI420
i420 aka MediaCodecInfo.CodecCapabilities.COLORFormatYUV420Planar.
Public fieldStatic memberNv21
NV21 aka MediaCodecInfo.CodecCapabilities.COLORFormatYUV420SemiPlanar.
Public fieldStatic memberRgb
RGB aka MediaCodecInfo.CodecCapabilities.COLORFormat24bitRGB888.
Top
Version Information

IceLink Xamarin

Supported in: 3.0.3.48
See Also