Steamworks.SteamVideo.GetVideoURL C# (CSharp) Method

GetVideoURL() public static method

Get a URL suitable for streaming the given Video app ID's video

public static GetVideoURL ( AppId_t unVideoAppID ) : void
unVideoAppID AppId_t
return void
		public static void GetVideoURL(AppId_t unVideoAppID) {
			InteropHelp.TestIfAvailableClient();
			NativeMethods.ISteamVideo_GetVideoURL(unVideoAppID);
		}