OnDirectNetworkStreamingHostUrl
Delphi
property OnDirectNetworkStreamingHostUrl: TOnDirectNetworkStreamingHostUrl read FOnDirectNetworkStreamingHostUrl write FOnDirectNetworkStreamingHostUrl;
C++Builder
__property TOnDirectNetworkStreamingHostUrl OnDirectNetworkStreamingHostUrl = {read=FOnDirectNetworkStreamingHostUrl, write=FOnDirectNetworkStreamingHostUrl};
typedef void __fastcall (__closure *TOnDirectNetworkStreamingHostUrl)(System::TObject* Sender, System::UnicodeString HostUrl, System::UnicodeString HostName, System::LongInt HostPort);
C#
public event OnDirectNetworkStreamingHostUrlEventHandler OnDirectNetworkStreamingHostUrl;
public delegate void OnDirectNetworkStreamingHostUrlEventHandler(object sender, TOnDirectNetworkStreamingHostUrlEventArgs e);
VB.NET
Public Event OnDirectNetworkStreamingHostUrl As OnDirectNetworkStreamingHostUrlEventHandler
Public Delegate Sub OnDirectNetworkStreamingHostUrlEventHandler(sender As Object, e As TOnDirectNetworkStreamingHostUrlEventArgs)
C++/Qt
void SetOnDirectNetworkStreamingHostUrl (TOnDirectNetworkStreamingHostUrlCb OnDirectNetworkStreamingHostUrlCb);
typedef void CALLBACK TOnDirectNetworkStreamingHostUrlCb (void *Object, void *Sender, wchar_t *HostUrl, wchar_t *HostName, int HostPort);
Returns the host url to use for direct network streaming. This TOnDeviceArrivalOrRemoval event is used to retrieve the host url when performing direct streaming. Each user must connect to this URL on the platform where TVideoGrabber is streaming. Returns the full URL, the host name and the port.