Class SnmVideoFrame
Inheritance
SnmVideoFrame
Assembly: JeremyAnsel.Xwa.Snm.dll
Syntax
public sealed class SnmVideoFrame
Constructors
|
Edit this page
View Source
SnmVideoFrame()
Declaration
Properties
|
Edit this page
View Source
BackgroundColor
Declaration
public uint BackgroundColor { get; set; }
Property Value
|
Edit this page
View Source
Codebook
Declaration
public ushort[] Codebook { get; }
Property Value
|
Edit this page
View Source
Data
Declaration
public byte[] Data { get; set; }
Property Value
|
Edit this page
View Source
DiffBufferRotateCode
Declaration
public byte DiffBufferRotateCode { get; set; }
Property Value
|
Edit this page
View Source
Height
Declaration
public int Height { get; set; }
Property Value
|
Edit this page
View Source
RleOutputSize
Declaration
public int RleOutputSize { get; set; }
Property Value
|
Edit this page
View Source
Sequence
Declaration
public short Sequence { get; set; }
Property Value
|
Edit this page
View Source
SmallCodebook
Declaration
public ushort[] SmallCodebook { get; }
Property Value
|
Edit this page
View Source
SubcodecId
Declaration
public byte SubcodecId { get; set; }
Property Value
|
Edit this page
View Source
Width
Declaration
public int Width { get; set; }
Property Value