Class RestreamsRequestObject

  • All Implemented Interfaces:
    Serializable

    public class RestreamsRequestObject
    extends Object
    implements Serializable
    Adding restream destinations is optional. However, if you set a restream destination, you must provide all attributes for each destination.
    See Also:
    Serialized Form
    • Constructor Detail

      • RestreamsRequestObject

        public RestreamsRequestObject()
    • Method Detail

      • getName

        public String getName()
        Use this parameter to define a name for the restream destination.
        Returns:
        name
      • setName

        public void setName​(String name)
      • getServerUrl

        public String getServerUrl()
        Use this parameter to set the RTMP URL of the restream destination.
        Returns:
        serverUrl
      • setServerUrl

        public void setServerUrl​(String serverUrl)
      • getStreamKey

        public String getStreamKey()
        Use this parameter to provide the unique key of the live stream that you want to restream.
        Returns:
        streamKey
      • setStreamKey

        public void setStreamKey​(String streamKey)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object