79
11. Customizing VN-E4's Built-in Viewer
Method
Play( )
For starting ActiveX control. Start upon changing to new settings.
Example: Play( ); Start
Method
Stop( )
For ending ActiveX control. Close and reboot ActiveX control upon changing settings.
Example: Stop( ); End
Property
AudioSnd
For turning on/off audio sending from the viewer to the VN-E4 unit. Audio sending can be turned on/
off when ActiveX control is running.
0: Off 1: On
Example: AudioSnd=1; When turning on audio sending
Property
AudioRcv
For turning on/off audio receiving at the viewer. Reboot ActiveX control upon setting.
0: Off 1: On
Example: AudioRcv=1; When turning on audio receiving
Property
SelectCh
For selecting Ch for JPEG display (valid only during 1-screen display).
1: ch1 2: ch2 3: ch3 4: ch4
Example: SelectCh=1; When displaying 1ch
Property
ApiIP
IP Address of VN-E4 unit.
Example: ApiIP=192.168.0.2; Specify IP address
Property
ApiPort
Port number to access to (JPEG/Audio acquisition).
Example: ApiPort=8009; Port number
Property
StartMode
For determining the operation mode during startup.
1: 1-screen display 2: 4-screen display
Example: StartMode=1; Start up in 1-screen display mode
Property
BufferSize
For specifying the video and audio buffering time.
Set the time in msec between 300 to 1000.
Example: BufferSize=300; Set buffering time to 300 ms