Steamworks.NativeMethods.ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds C# (CSharp) Method

ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds() private method

private ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds ( int nValue ) : bool
nValue int
return bool
		public static extern bool ISteamMusicRemote_UpdateCurrentEntryElapsedSeconds(int nValue);
NativeMethods