TOnDirectNetworkStreamingHostUrl
Type of the OnDirectNetworkStreamingHostUrl event.
Unit
VidGrab
Declaration
TOnDirectNetworkStreamingHostUrl=procedure(Sender: TObject; HostUrl: String; HostName: String; HostPort: LongInt) of object;
typedef void __fastcall(__closure *TOnDirectNetworkStreamingHostUrl)(System::TObject *Sender, wchar_t *HostUrl, wchar_t *HostName, int HostPort);
Description
Type of the OnDirectNetworkStreamingHostUrl event.
HostUrl: the full qualified URL on which users must connect to get live streaming on the current platform
HostName: host name on the current platform
HostPort: streaming port on the current platform
See Also
TNetworkStreamingType TOnClientConnection TNetworkStreaming ASFAudioBitRate ASFAudioChannels ASFDeinterlaceMode ASFFixedFrameRate ASFMediaServerPublishingPoint ASFMediaServerRemovePublishingPointAfterDisconnect ASFMediaServerTemplatePublishingPoint ASFNetworkMaxUsers ASFNetworkPort ASFProfile ASFProfileFromCustomFile ASFProfiles ASFProfilesCount ASFProfileVersion ASFVideoBitRate ASFVideoFrameRate ASFVideoHeight ASFVideoMaxKeyFrameSpacing ASFVideoQuality ASFVideoWidth NetworkStreaming NetworkStreamingType OnAuthenticationNeeded OnClientConnection OnDirectNetworkStreamingHostUrl ShowDialog StartAudioRendering StreamingURL
Created with the Personal Edition of HelpNDoc: Free Qt Help documentation generator