C# Class iSpyApplication.Helper.FrameAction

Exibir arquivo Open project: ispysoftware/iSpy

Public Properties

Property Type Description
Content byte[]
DataLength int
FrameType Enums.FrameType
Level double
TimeStamp System.DateTime

Public Methods

Method Description
FrameAction ( Bitmap frame, double level, System.DateTime timeStamp ) : System
FrameAction ( byte frame, int bytesRecorded, double level, System.DateTime timeStamp ) : System
Nullify ( ) : void

Method Details

FrameAction() public method

public FrameAction ( Bitmap frame, double level, System.DateTime timeStamp ) : System
frame System.Drawing.Bitmap
level double
timeStamp System.DateTime
return System

FrameAction() public method

public FrameAction ( byte frame, int bytesRecorded, double level, System.DateTime timeStamp ) : System
frame byte
bytesRecorded int
level double
timeStamp System.DateTime
return System

Nullify() public method

public Nullify ( ) : void
return void

Property Details

Content public_oe property

public byte[] Content
return byte[]

DataLength public_oe property

public int DataLength
return int

FrameType public_oe property

public Enums.FrameType FrameType
return Enums.FrameType

Level public_oe property

public double Level
return double

TimeStamp public_oe property

public DateTime,System TimeStamp
return System.DateTime