public class

ImgBufFormat

extends Object
java.lang.Object
   ↳ org.opencdnunion.media.streamer.framework.ImgBufFormat

Class Overview

Image format for ImgBufFrame.

Summary

Fields
public int height
public int orientation
public int pixFmt
public int[] stride
public int strideNum
public int width
Public Constructors
ImgBufFormat(int pixFmt, int width, int height, int orientation)
ImgBufFormat(int pixFmt, int width, int height, int orientation, int[] stride)
ImgBufFormat()
Public Methods
boolean equals(Object obj)
[Expand]
Inherited Methods
From class java.lang.Object

Fields

public int height

public int orientation

public int pixFmt

public int[] stride

public int strideNum

public int width

Public Constructors

public ImgBufFormat (int pixFmt, int width, int height, int orientation)

public ImgBufFormat (int pixFmt, int width, int height, int orientation, int[] stride)

public ImgBufFormat ()

Public Methods

public boolean equals (Object obj)