TVideoGrabber.ASFStreaming_SetAuthorization

Prev

Next

TVideoGrabber

Methods

 




































































































Prevents an IP address to connect to the ASF streaming.


Declaration
function ASFStreaming_SetAuthorization(Allowed: Boolean; IP: String; Mask: String): Boolean;


bool __fastcall ASFStreaming_SetAuthorization(bool Allowed, wchar_t *IP, wchar_t *Mask)


Function ASFStreaming_SetAuthorization (Allowed as Boolean, IP as String, Mask as String) as Boolean

Description

Used to block the ASF streaming for the specified IP address.

E.g:
- to block the 192.168.0.50 ip address:

ASFStreaming_SetAuthorization (false, '192.168.0.51', '255.255.255.255');



- to block all the IP addresses on 192.168.0.xxx:

ASFStreaming_SetAuthorization (false, '192.168.0.0', '255.255.255.0');


See Also
ASFAudioBitRate ASFAudioChannels ASFDeinterlaceMode ASFFixedFrameRate ASFMediaServerPublishingPoint ASFMediaServerRemovePublishingPointAfterDisconnect ASFMediaServerTemplatePublishingPoint ASFNetworkMaxUsers ASFNetworkPort ASFProfile ASFProfileFromCustomFile ASFProfiles ASFProfilesCount ASFProfileVersion ASFStreaming_GetAuthorizationList ASFStreaming_GetConnectedClients ASFStreaming_GetConnectedClientsCount ASFStreaming_ResetAuthorizations ASFVideoBitRate ASFVideoFrameRate ASFVideoHeight ASFVideoMaxKeyFrameSpacing ASFVideoQuality ASFVideoWidth