Property | Type | Description | |
---|---|---|---|
Alerted | bool | ||
AudioFileName | string | ||
AudioSource | IAudioSource | ||
AudioSourceErrorMessage | string | ||
AudioStreamMode | Enums.AudioStreamMode | ||
CameraControl | |||
FlashCounter | System.DateTime | ||
InactiveRecord | double | ||
IsClone | bool | ||
IsEdit | bool | ||
IsReconnect | bool | ||
LoadedFiles | bool | ||
MainClass | MainForm | ||
Micobject | objectsMicrophone | ||
OutSockets | List |
||
ReconnectCount | double | ||
ResizeParent | bool | ||
RestoreRect | Rectangle | ||
ShuttingDown | bool | ||
SoundCount | double | ||
SoundDetected | bool | ||
WaveOut | IWavePlayer |
Property | Type | Description | |
---|---|---|---|
ActionSchedule | void | ||
AlertThread | void | ||
CheckAlert | void | ||
CheckDisconnect | void | ||
CheckReconnect | bool | ||
CheckReconnectInterval | void | ||
CheckRecord | void | ||
CheckSchedule | bool | ||
CheckVLCTimeStamp | void | ||
DoAlert | void | ||
DrawButton | void | ||
DrawOverlay | void | ||
GenerateFileList | void | ||
GetButtonByIndex | |||
GetButtonIndexByLocation | int | ||
GetMousePos | MousePos | ||
MailMerge | string | ||
ProcessAlertEvent | void | ||
Record | void | ||
ScanFiles | void | ||
ScanForMissingFiles | void | ||
SetErrorState | void | ||
TriggerDetect | void | ||
UpdateFloorplans | void |
Method | Description | |
---|---|---|
AddFile ( FilesFile f ) : void | ||
Alarm ( object sender, |
||
Apply ( ) : void | ||
ApplySchedule ( ) : bool | ||
AudioDeviceAudioFinished ( object sender, PlayingFinishedEventArgs e ) : void | ||
AudioDeviceDataAvailable ( object sender, iSpyApplication.Audio.DataAvailableEventArgs e ) : void | ||
AudioDeviceLevelChanged ( object sender, iSpyApplication.Audio.LevelChangedEventArgs eventArgs ) : void | ||
ClearBuffer ( ) : void | ||
ClearFileList ( ) : void | ||
Disable ( bool stopSource = true ) : void | ||
Enable ( ) : void | ||
GetFiles ( ) : void | ||
Listen ( ) : void | ||
MicrophoneDisabled ( object sender, EventArgs e ) : void | ||
MicrophoneEnabled ( object sender, EventArgs e ) : void | ||
MicrophoneReconnected ( object sender, EventArgs e ) : void | ||
RecordSwitch ( bool record ) : string | ||
ReloadSchedule ( ) : void | ||
RemoveFile ( string filename ) : void | ||
SaveFileList ( ) : void | ||
SaveFrame ( Bitmap bmp = null ) : string | ||
StartSaving ( ) : void | ||
StopSaving ( ) : void | ||
Talk ( IWin32Window f = null ) : void | ||
Tick ( ) : void | ||
VolumeLevel ( objectsMicrophone om, MainForm mainForm ) : System | ||
VolumeLevel_ErrorHandler ( string message ) : void |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void | ||
OnGotFocus ( EventArgs e ) : void | ||
OnLostFocus ( EventArgs e ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseEnter ( EventArgs e ) : void | ||
OnMouseLeave ( EventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs pe ) : void | ||
OnResize ( EventArgs eventargs ) : void |
Method | Description | |
---|---|---|
ActionSchedule ( objectsScheduleEntry en, bool &enable, bool &disable ) : void | ||
AlertThread ( string mode, string msg, int oid ) : void | ||
CheckAlert ( double since ) : void | ||
CheckDisconnect ( ) : void | ||
CheckReconnect ( ) : bool | ||
CheckReconnectInterval ( double since ) : void | ||
CheckRecord ( ) : void | ||
CheckSchedule ( ) : bool | ||
CheckVLCTimeStamp ( ) : void | ||
DoAlert ( string type, string msg = "" ) : void | ||
DrawButton ( |
||
DrawOverlay ( |
||
GenerateFileList ( ) : void | ||
GetButtonByIndex ( int buttonIndex, |
||
GetButtonIndexByLocation ( Point xy ) : int | ||
GetMousePos ( Point location ) : MousePos | ||
MailMerge ( string s, string mode, bool recorded = false, string pluginMessage = "" ) : string | ||
ProcessAlertEvent ( string mode, string pluginmessage, string type, string param1, string param2, string param3, string param4 ) : void | ||
Record ( ) : void | ||
ScanFiles ( ) : void | ||
ScanForMissingFiles ( ) : void | ||
SetErrorState ( string reason ) : void | ||
TriggerDetect ( object sender ) : void | ||
UpdateFloorplans ( bool isAlert ) : void |
public Alarm ( object sender, |
||
sender | object | |
e | ||
return | void |
public AudioDeviceAudioFinished ( object sender, PlayingFinishedEventArgs e ) : void | ||
sender | object | |
e | PlayingFinishedEventArgs | |
return | void |
public AudioDeviceDataAvailable ( object sender, iSpyApplication.Audio.DataAvailableEventArgs e ) : void | ||
sender | object | |
e | iSpyApplication.Audio.DataAvailableEventArgs | |
return | void |
public AudioDeviceLevelChanged ( object sender, iSpyApplication.Audio.LevelChangedEventArgs eventArgs ) : void | ||
sender | object | |
eventArgs | iSpyApplication.Audio.LevelChangedEventArgs | |
return | void |
public Disable ( bool stopSource = true ) : void | ||
stopSource | bool | |
return | void |
public MicrophoneDisabled ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public MicrophoneEnabled ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
public MicrophoneReconnected ( object sender, EventArgs e ) : void | ||
sender | object | |
e | EventArgs | |
return | void |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseEnter ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseLeave ( EventArgs e ) : void | ||
e | EventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs pe ) : void | ||
pe | PaintEventArgs | |
return | void |
protected OnResize ( EventArgs eventargs ) : void | ||
eventargs | EventArgs | |
return | void |
public VolumeLevel ( objectsMicrophone om, MainForm mainForm ) : System | ||
om | objectsMicrophone | |
mainForm | MainForm | |
return | System |
public VolumeLevel_ErrorHandler ( string message ) : void | ||
message | string | |
return | void |
public Enums.AudioStreamMode AudioStreamMode | ||
return | Enums.AudioStreamMode |
public CameraWindow,iSpyApplication.Controls CameraControl | ||
return |