Steamworks.NativeMethods.ISteamMusicRemote_UpdateVolume C# (CSharp) Method

ISteamMusicRemote_UpdateVolume() private method

private ISteamMusicRemote_UpdateVolume ( float flValue ) : bool
flValue float
return bool
		public static extern bool ISteamMusicRemote_UpdateVolume(float flValue);
NativeMethods