C# Class iSpyApplication.Helper.FrameAction

Show file 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 property

public byte[] Content
return byte[]

DataLength public property

public int DataLength
return int

FrameType public property

public Enums.FrameType FrameType
return Enums.FrameType

Level public property

public double Level
return double

TimeStamp public property

public DateTime,System TimeStamp
return System.DateTime