Class NativeCamera2Source.NativeImageBuffer
Inheritance
System.Object
NativeCamera2Source.NativeImageBuffer
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ToString()
System.Object.ReferenceEquals(System.Object, System.Object)
Assembly: FM.LiveSwitch.Android.dll
Syntax
public class NativeImageBuffer
Constructors
NativeImageBuffer(Byte[], Int32, Int32, Int32, Int32, NativeCamera2Source.INativeImageBufferEventListener)
Declaration
public NativeImageBuffer(byte[] yuvBufferPlanar, int ySize, int uSize, int vSize, int yuvBufferPlanarIndex, NativeCamera2Source.INativeImageBufferEventListener bufferListener)
Parameters
Methods
Free()
Declaration
GetBufferOrientation()
Declaration
public int GetBufferOrientation()
Returns
| Type |
Description |
| System.Int32 |
|
GetImageHeight()
Declaration
public int GetImageHeight()
Returns
| Type |
Description |
| System.Int32 |
|
GetImageWidth()
Declaration
public int GetImageWidth()
Returns
| Type |
Description |
| System.Int32 |
|
GetURowStride()
Declaration
public int GetURowStride()
Returns
| Type |
Description |
| System.Int32 |
|
GetVRowStride()
Declaration
public int GetVRowStride()
Returns
| Type |
Description |
| System.Int32 |
|
GetYRowStride()
Declaration
public int GetYRowStride()
Returns
| Type |
Description |
| System.Int32 |
|
GetYuvBufferPlanar()
Declaration
public byte[] GetYuvBufferPlanar()
Returns
| Type |
Description |
| System.Byte[] |
|
GetYuvBufferPlanarIndex()
Declaration
public int GetYuvBufferPlanarIndex()
Returns
| Type |
Description |
| System.Int32 |
|
GetYuvDataBuffer()
Declaration
public object GetYuvDataBuffer()
Returns
| Type |
Description |
| System.Object |
|
SetBufferOrientation(Int32)
Declaration
public void SetBufferOrientation(int orientation)
Parameters
| Type |
Name |
Description |
| System.Int32 |
orientation |
|
SetImageHeight(Int32)
Declaration
public void SetImageHeight(int imageHeight)
Parameters
| Type |
Name |
Description |
| System.Int32 |
imageHeight |
|
SetImageWidth(Int32)
Declaration
public void SetImageWidth(int imageWidth)
Parameters
| Type |
Name |
Description |
| System.Int32 |
imageWidth |
|
SetURowStride(Int32)
Declaration
public void SetURowStride(int stride)
Parameters
| Type |
Name |
Description |
| System.Int32 |
stride |
|
SetVRowStride(Int32)
Declaration
public void SetVRowStride(int stride)
Parameters
| Type |
Name |
Description |
| System.Int32 |
stride |
|
SetYRowStride(Int32)
Declaration
public void SetYRowStride(int stride)
Parameters
| Type |
Name |
Description |
| System.Int32 |
stride |
|