C# Class Imazen.WebP.Extern.WebPYUVABuffer

Show file Open project: imazen/libwebp-net

Public Properties

Property Type Description
a System.IntPtr
a_size System.UIntPtr
a_stride int
u System.IntPtr
u_size System.UIntPtr
u_stride int
v System.IntPtr
v_size System.UIntPtr
v_stride int
y System.IntPtr
y_size System.UIntPtr
y_stride int

Property Details

a public property

public IntPtr,System a
return System.IntPtr

a_size public property

public UIntPtr,System a_size
return System.UIntPtr

a_stride public property

public int a_stride
return int

u public property

public IntPtr,System u
return System.IntPtr

u_size public property

public UIntPtr,System u_size
return System.UIntPtr

u_stride public property

public int u_stride
return int

v public property

public IntPtr,System v
return System.IntPtr

v_size public property

public UIntPtr,System v_size
return System.UIntPtr

v_stride public property

public int v_stride
return int

y public property

public IntPtr,System y
return System.IntPtr

y_size public property

public UIntPtr,System y_size
return System.UIntPtr

y_stride public property

public int y_stride
return int