Steamworks.NativeMethods.ISteamMusicRemote_UpdateLooped C# (CSharp) Method

ISteamMusicRemote_UpdateLooped() private method

private ISteamMusicRemote_UpdateLooped ( [ bValue ) : bool
bValue [
return bool
		public static extern bool ISteamMusicRemote_UpdateLooped([MarshalAs(UnmanagedType.I1)] bool bValue);
NativeMethods