C# Class iSpyApplication.Controls.VolumeLevel

Inheritance: AForge.Controls.PictureBox, ISpyControl
Afficher le fichier Open project: ispysoftware/iSpy Class Usage Examples

Méthodes publiques

Свойство Type Description
Alerted bool
AudioFileName string
AudioSource IAudioSource
AudioSourceErrorMessage string
AudioStreamMode Enums.AudioStreamMode
CameraControl CameraWindow
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

Private Properties

Свойство 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 System.Drawing.Rectangle
GetButtonIndexByLocation int
GetMousePos MousePos
MailMerge string
ProcessAlertEvent void
Record void
ScanFiles void
ScanForMissingFiles void
SetErrorState void
TriggerDetect void
UpdateFloorplans void

Méthodes publiques

Méthode Description
AddFile ( FilesFile f ) : void
Alarm ( object sender, EventArgs e ) : void
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

Méthodes protégées

Méthode 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

Private Methods

Méthode 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 ( Graphics gCam, int buttonIndex ) : void
DrawOverlay ( Graphics gMic ) : void
GenerateFileList ( ) : void
GetButtonByIndex ( int buttonIndex, Rectangle &destRect ) : Rectangle
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

Method Details

AddFile() public méthode

public AddFile ( FilesFile f ) : void
f FilesFile
Résultat void

Alarm() public méthode

public Alarm ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

Apply() public méthode

public Apply ( ) : void
Résultat void

ApplySchedule() public méthode

public ApplySchedule ( ) : bool
Résultat bool

AudioDeviceAudioFinished() public méthode

public AudioDeviceAudioFinished ( object sender, PlayingFinishedEventArgs e ) : void
sender object
e PlayingFinishedEventArgs
Résultat void

AudioDeviceDataAvailable() public méthode

public AudioDeviceDataAvailable ( object sender, iSpyApplication.Audio.DataAvailableEventArgs e ) : void
sender object
e iSpyApplication.Audio.DataAvailableEventArgs
Résultat void

AudioDeviceLevelChanged() public méthode

public AudioDeviceLevelChanged ( object sender, iSpyApplication.Audio.LevelChangedEventArgs eventArgs ) : void
sender object
eventArgs iSpyApplication.Audio.LevelChangedEventArgs
Résultat void

ClearBuffer() public méthode

public ClearBuffer ( ) : void
Résultat void

ClearFileList() public méthode

public ClearFileList ( ) : void
Résultat void

Disable() public méthode

public Disable ( bool stopSource = true ) : void
stopSource bool
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Enable() public méthode

public Enable ( ) : void
Résultat void

GetFiles() public méthode

public GetFiles ( ) : void
Résultat void

Listen() public méthode

public Listen ( ) : void
Résultat void

MicrophoneDisabled() public méthode

public MicrophoneDisabled ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

MicrophoneEnabled() public méthode

public MicrophoneEnabled ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

MicrophoneReconnected() public méthode

public MicrophoneReconnected ( object sender, EventArgs e ) : void
sender object
e EventArgs
Résultat void

OnGotFocus() protected méthode

protected OnGotFocus ( EventArgs e ) : void
e EventArgs
Résultat void

OnLostFocus() protected méthode

protected OnLostFocus ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseDown() protected méthode

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseEnter() protected méthode

protected OnMouseEnter ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseLeave() protected méthode

protected OnMouseLeave ( EventArgs e ) : void
e EventArgs
Résultat void

OnMouseMove() protected méthode

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnMouseUp() protected méthode

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs eventargs ) : void
eventargs EventArgs
Résultat void

RecordSwitch() public méthode

public RecordSwitch ( bool record ) : string
record bool
Résultat string

ReloadSchedule() public méthode

public ReloadSchedule ( ) : void
Résultat void

RemoveFile() public méthode

public RemoveFile ( string filename ) : void
filename string
Résultat void

SaveFileList() public méthode

public SaveFileList ( ) : void
Résultat void

SaveFrame() public méthode

public SaveFrame ( Bitmap bmp = null ) : string
bmp Bitmap
Résultat string

StartSaving() public méthode

public StartSaving ( ) : void
Résultat void

StopSaving() public méthode

public StopSaving ( ) : void
Résultat void

Talk() public méthode

public Talk ( IWin32Window f = null ) : void
f IWin32Window
Résultat void

Tick() public méthode

public Tick ( ) : void
Résultat void

VolumeLevel() public méthode

public VolumeLevel ( objectsMicrophone om, MainForm mainForm ) : System
om objectsMicrophone
mainForm MainForm
Résultat System

VolumeLevel_ErrorHandler() public méthode

public VolumeLevel_ErrorHandler ( string message ) : void
message string
Résultat void

Property Details

Alerted public_oe property

public bool Alerted
Résultat bool

AudioFileName public_oe property

public string AudioFileName
Résultat string

AudioSource public_oe property

public IAudioSource AudioSource
Résultat IAudioSource

AudioSourceErrorMessage public_oe property

public string AudioSourceErrorMessage
Résultat string

AudioStreamMode public_oe property

public Enums.AudioStreamMode AudioStreamMode
Résultat Enums.AudioStreamMode

CameraControl public_oe property

public CameraWindow,iSpyApplication.Controls CameraControl
Résultat CameraWindow

FlashCounter public_oe property

public DateTime,System FlashCounter
Résultat System.DateTime

InactiveRecord public_oe property

public double InactiveRecord
Résultat double

IsClone public_oe property

public bool IsClone
Résultat bool

IsEdit public_oe property

public bool IsEdit
Résultat bool

IsReconnect public_oe property

public bool IsReconnect
Résultat bool

LoadedFiles public_oe property

public bool LoadedFiles
Résultat bool

MainClass public_oe property

public MainForm MainClass
Résultat MainForm

Micobject public_oe property

public objectsMicrophone Micobject
Résultat objectsMicrophone

OutSockets public_oe property

public List OutSockets
Résultat List

ReconnectCount public_oe property

public double ReconnectCount
Résultat double

ResizeParent public_oe property

public bool ResizeParent
Résultat bool

RestoreRect public_oe property

public Rectangle RestoreRect
Résultat Rectangle

ShuttingDown public_oe property

public bool ShuttingDown
Résultat bool

SoundCount public_oe property

public double SoundCount
Résultat double

SoundDetected public_oe property

public bool SoundDetected
Résultat bool

WaveOut public_oe property

public IWavePlayer WaveOut
Résultat IWavePlayer