Interface StreamingExperienceSettings.Builder

    • Method Detail

      • preferredProtocol

        StreamingExperienceSettings.Builder preferredProtocol​(String preferredProtocol)

        The preferred protocol that you want to use while streaming your application.

        Parameters:
        preferredProtocol - The preferred protocol that you want to use while streaming your application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PreferredProtocol, PreferredProtocol
      • preferredProtocol

        StreamingExperienceSettings.Builder preferredProtocol​(PreferredProtocol preferredProtocol)

        The preferred protocol that you want to use while streaming your application.

        Parameters:
        preferredProtocol - The preferred protocol that you want to use while streaming your application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        PreferredProtocol, PreferredProtocol