Class OutputSettings

    • Method Detail

      • archiveOutputSettings

        public final ArchiveOutputSettings archiveOutputSettings()
        Returns the value of the ArchiveOutputSettings property for this object.
        Returns:
        The value of the ArchiveOutputSettings property for this object.
      • frameCaptureOutputSettings

        public final FrameCaptureOutputSettings frameCaptureOutputSettings()
        Returns the value of the FrameCaptureOutputSettings property for this object.
        Returns:
        The value of the FrameCaptureOutputSettings property for this object.
      • hlsOutputSettings

        public final HlsOutputSettings hlsOutputSettings()
        Returns the value of the HlsOutputSettings property for this object.
        Returns:
        The value of the HlsOutputSettings property for this object.
      • mediaPackageOutputSettings

        public final MediaPackageOutputSettings mediaPackageOutputSettings()
        Returns the value of the MediaPackageOutputSettings property for this object.
        Returns:
        The value of the MediaPackageOutputSettings property for this object.
      • msSmoothOutputSettings

        public final MsSmoothOutputSettings msSmoothOutputSettings()
        Returns the value of the MsSmoothOutputSettings property for this object.
        Returns:
        The value of the MsSmoothOutputSettings property for this object.
      • multiplexOutputSettings

        public final MultiplexOutputSettings multiplexOutputSettings()
        Returns the value of the MultiplexOutputSettings property for this object.
        Returns:
        The value of the MultiplexOutputSettings property for this object.
      • rtmpOutputSettings

        public final RtmpOutputSettings rtmpOutputSettings()
        Returns the value of the RtmpOutputSettings property for this object.
        Returns:
        The value of the RtmpOutputSettings property for this object.
      • udpOutputSettings

        public final UdpOutputSettings udpOutputSettings()
        Returns the value of the UdpOutputSettings property for this object.
        Returns:
        The value of the UdpOutputSettings property for this object.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)