Steamworks.NativeMethods.ISteamVideo_GetVideoURL C# (CSharp) Method

ISteamVideo_GetVideoURL() private method

private ISteamVideo_GetVideoURL ( AppId_t unVideoAppID ) : void
unVideoAppID AppId_t
return void
		public static extern void ISteamVideo_GetVideoURL(AppId_t unVideoAppID);
NativeMethods