Steamworks.NativeMethods.ISteamVideo_IsBroadcasting C# (CSharp) Method

ISteamVideo_IsBroadcasting() private method

private ISteamVideo_IsBroadcasting ( int &pnNumViewers ) : bool
pnNumViewers int
return bool
		public static extern bool ISteamVideo_IsBroadcasting(out int pnNumViewers);
#endregion
NativeMethods