Steamworks.NativeMethods.ISteamMusicRemote_EnableShuffled C# (CSharp) Method

ISteamMusicRemote_EnableShuffled() private method

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