TVideoGrabber.OnAuthenticationNeeded

Prev

Next

TVideoGrabber

Events

 




































































































Occurs to pass a user name and password when an authentication is required


Declaration
property OnAuthenticationNeeded: TOnAuthenticationNeeded read FOnAuthenticationNeeded write FOnAuthenticationNeeded;


__property TOnAuthenticationNeeded OnAuthenticationNeeded=read=FOnAuthenticationNeeded, write=OnAuthenticationNeeded


Event OnAuthenticationNeeded(Id As Long, Realm as String, Server as String, UserName, Password)

Description


This TOnAuthenticationNeeded event occurs when an authentication is needed, e.g. to send streaming to a publishing point.

Parameters:

Id: reserved
Realm: reports the domain name, if any
Server: reports the server name, if any
UserName: set this property with the user name needed for the authentication
Password: set this parameter with the password needed for the authentication


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 OnClientConnection OnDirectNetworkStreamingHostUrl ShowDialog StartAudioRendering StreamingURL