TVideoGrabber.OnClientConnection

Prev

Next

TVideoGrabber

Events

 




































































































Occurs when a network client connects or disconnects


Declaration
property OnClientConnection: TOnClientConnection read FOnClientConnection write FOnClientConnection;


__property TOnClientConnection OnClientConnection=read=FOnClientConnection, write=FOnClientConnection


Event OnClientConnection (Connected as Boolean, ClientInfo as String)

Description

This TOnClientConnection event occurs when the streaming is running (NetworkStreaming <> ns_Disabled), and a client connects or disconnects.

Parameters

Connected: connection = true, disconnection = false
ClientInfo: returns the client information (usually IP:port)


See Also
TNetworkStreamingType TOnClientConnection TNetworkStreaming TOnDirectNetworkStreamingHostUrl ASFAudioBitRate ASFAudioChannels ASFDeinterlaceMode ASFFixedFrameRate ASFMediaServerPublishingPoint ASFMediaServerRemovePublishingPointAfterDisconnect ASFMediaServerTemplatePublishingPoint ASFNetworkMaxUsers ASFNetworkPort ASFProfile ASFProfileFromCustomFile ASFProfiles ASFProfilesCount ASFProfileVersion ASFVideoBitRate ASFVideoFrameRate ASFVideoHeight ASFVideoMaxKeyFrameSpacing ASFVideoQuality ASFVideoWidth NetworkStreaming NetworkStreamingType OnAuthenticationNeeded OnDirectNetworkStreamingHostUrl ShowDialog StartAudioRendering StreamingURL