Exemple #1
0
        internal bool BGetSessionClientResolution(RemotePlaySessionID_t unSessionID, ref int pnResolutionX, ref int pnResolutionY)
        {
            var returnValue = _BGetSessionClientResolution(Self, unSessionID, ref pnResolutionX, ref pnResolutionY);

            return(returnValue);
        }
Exemple #2
0
        internal SteamDeviceFormFactor GetSessionClientFormFactor(RemotePlaySessionID_t unSessionID)
        {
            var returnValue = _GetSessionClientFormFactor(Self, unSessionID);

            return(returnValue);
        }
Exemple #3
0
 private static extern bool _BGetSessionClientResolution(IntPtr self, RemotePlaySessionID_t unSessionID, ref int pnResolutionX, ref int pnResolutionY);
Exemple #4
0
        internal string GetSessionClientName(RemotePlaySessionID_t unSessionID)
        {
            var returnValue = _GetSessionClientName(Self, unSessionID);

            return(returnValue);
        }
Exemple #5
0
 private static extern SteamDeviceFormFactor _GetSessionClientFormFactor(IntPtr self, RemotePlaySessionID_t unSessionID);
Exemple #6
0
 public static CSteamID GetSessionSteamID(RemotePlaySessionID_t unSessionID) => default;                        // 0x00000001807AB580-0x00000001807AB620
 public static string GetSessionClientName(RemotePlaySessionID_t unSessionID) => default;                       // 0x00000001807AB470-0x00000001807AB4D0
Exemple #7
0
 private static extern Utf8StringPointer _GetSessionClientName(IntPtr self, RemotePlaySessionID_t unSessionID);
Exemple #8
0
 /// <summary>
 /// <para> Get the resolution, in pixels, of the session client device</para>
 /// <para> This is set to 0x0 if the resolution is not available</para>
 /// </summary>
 public static bool BGetSessionClientResolution(RemotePlaySessionID_t unSessionID, out int pnResolutionX, out int pnResolutionY)
 {
     InteropHelp.TestIfAvailableClient();
     return(NativeMethods.ISteamRemotePlay_BGetSessionClientResolution(CSteamAPIContext.GetSteamRemotePlay(), unSessionID, out pnResolutionX, out pnResolutionY));
 }
Exemple #9
0
 private static extern SteamId _GetSessionSteamID(IntPtr self, RemotePlaySessionID_t unSessionID);
Exemple #10
0
 /// <summary>
 /// <para> Get the name of the session client device</para>
 /// <para> This returns NULL if the sessionID is not valid</para>
 /// </summary>
 public static string GetSessionClientName(RemotePlaySessionID_t unSessionID)
 {
     InteropHelp.TestIfAvailableClient();
     return(InteropHelp.PtrToStringUTF8(NativeMethods.ISteamRemotePlay_GetSessionClientName(CSteamAPIContext.GetSteamRemotePlay(), unSessionID)));
 }
Exemple #11
0
 /// <summary>
 /// <para> Get the form factor of the session client device</para>
 /// </summary>
 public static ESteamDeviceFormFactor GetSessionClientFormFactor(RemotePlaySessionID_t unSessionID)
 {
     InteropHelp.TestIfAvailableClient();
     return(NativeMethods.ISteamRemotePlay_GetSessionClientFormFactor(CSteamAPIContext.GetSteamRemotePlay(), unSessionID));
 }
Exemple #12
0
 /// <summary>
 /// <para> Get the SteamID of the connected user</para>
 /// </summary>
 public static CSteamID GetSessionSteamID(RemotePlaySessionID_t unSessionID)
 {
     InteropHelp.TestIfAvailableClient();
     return((CSteamID)NativeMethods.ISteamRemotePlay_GetSessionSteamID(CSteamAPIContext.GetSteamRemotePlay(), unSessionID));
 }
Exemple #13
0
        public static ESteamDeviceFormFactor GetSessionClientFormFactor(RemotePlaySessionID_t unSessionID) => default; // 0x00000001807AB420-0x00000001807AB470

        public static bool BGetSessionClientResolution(RemotePlaySessionID_t unSessionID, out int pnResolutionX, out int pnResolutionY)
        {
            pnResolutionX = default;
            pnResolutionY = default;
            return(default);
Exemple #14
0
 public static string GetSessionClientName(RemotePlaySessionID_t unSessionID) => default;                       // 0x00000001807AB470-0x00000001807AB4D0
 public static ESteamDeviceFormFactor GetSessionClientFormFactor(RemotePlaySessionID_t unSessionID) => default; // 0x00000001807AB420-0x00000001807AB470
Exemple #15
0
 public static explicit operator uint(RemotePlaySessionID_t that) => default;                 // 0x0000000180322710-0x00000001803232A0
 public bool Equals(RemotePlaySessionID_t other) => default;                                  // 0x0000000180016320-0x0000000180016330
Exemple #16
0
        internal SteamId GetSessionSteamID(RemotePlaySessionID_t unSessionID)
        {
            var returnValue = _GetSessionSteamID(Self, unSessionID);

            return(returnValue);
        }
Exemple #17
0
 public bool Equals(RemotePlaySessionID_t other) => default;                                  // 0x0000000180016320-0x0000000180016330
 public int CompareTo(RemotePlaySessionID_t other) => default;                                // 0x000000018002CB20-0x000000018002CB30
Exemple #18
0
 public static RemotePlaySessionID_t GetSessionID(int iSessionIndex) => default;                                // 0x00000001807AB520-0x00000001807AB580
 public static CSteamID GetSessionSteamID(RemotePlaySessionID_t unSessionID) => default;                        // 0x00000001807AB580-0x00000001807AB620