VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Network_Streaming_Access_DeleteItem Method

Deletes network address from the list of allowed/disallowed addresses for Network streaming.

Pascal
function Network_Streaming_Access_DeleteItem(Index: Integer; Blocked: Boolean): Boolean;
C++
__fastcall Boolean Network_Streaming_Access_DeleteItem(int Index, Boolean Blocked);
C#
public Boolean Network_Streaming_Access_DeleteItem(int Index, Boolean Blocked);
Visual Basic
Public Function Network_Streaming_Access_DeleteItem(Index As Integer, Blocked As Boolean) As Boolean
Java
public Boolean Network_Streaming_Access_DeleteItem(int Index, Boolean Blocked);
IDL
Boolean Network_Streaming_Access_DeleteItem(int Index, Boolean Blocked);
JavaScript
Network_Streaming_Access_DeleteItem
PHP
public Boolean Network_Streaming_Access_DeleteItem($Index, Boolean $Blocked);
Parameters 
Description 
Index: Integer 
Item index. 
Blocked: Boolean 
True to delete item from blocked IP list. 

Returns , if the operation was successful.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!