Steamworks.NativeMethods.ISteamMusicRemote_EnableLooped C# (CSharp) Method

ISteamMusicRemote_EnableLooped() private method

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