Class VideoCodecSettings

    • Method Detail

      • av1Settings

        public final Av1Settings av1Settings()
        Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.
        Returns:
        Required when you set Codec, under VideoDescription>CodecSettings to the value AV1.
      • avcIntraSettings

        public final AvcIntraSettings avcIntraSettings()
        Required when you choose AVC-Intra for your output video codec. For more information about the AVC-Intra settings, see the relevant specification. For detailed information about SD and HD in AVC-Intra, see https://ieeexplore.ieee.org/document/7290936. For information about 4K/2K in AVC-Intra, see https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.
        Returns:
        Required when you choose AVC-Intra for your output video codec. For more information about the AVC-Intra settings, see the relevant specification. For detailed information about SD and HD in AVC-Intra, see https://ieeexplore.ieee.org/document/7290936. For information about 4K/2K in AVC-Intra, see https://pro-av.panasonic.net/en/avc-ultra/AVC-ULTRAoverview.pdf.
      • codec

        public final VideoCodec codec()
        Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.

        If the service returns an enum value that is not available in the current SDK version, codec will return VideoCodec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from codecAsString().

        Returns:
        Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.
        See Also:
        VideoCodec
      • codecAsString

        public final String codecAsString()
        Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.

        If the service returns an enum value that is not available in the current SDK version, codec will return VideoCodec.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from codecAsString().

        Returns:
        Specifies the video codec. This must be equal to one of the enum values defined by the object VideoCodec. To passthrough the video stream of your input JPEG2000, VC-3, AVC-INTRA or Apple ProRes video without any video encoding: Choose Passthrough. If you have multiple input videos, note that they must have identical encoding attributes. When you choose Passthrough, your output container must be MXF or QuickTime MOV.
        See Also:
        VideoCodec
      • frameCaptureSettings

        public final FrameCaptureSettings frameCaptureSettings()
        Required when you set Codec to the value FRAME_CAPTURE.
        Returns:
        Required when you set Codec to the value FRAME_CAPTURE.
      • h264Settings

        public final H264Settings h264Settings()
        Required when you set Codec to the value H_264.
        Returns:
        Required when you set Codec to the value H_264.
      • h265Settings

        public final H265Settings h265Settings()
        Settings for H265 codec
        Returns:
        Settings for H265 codec
      • mpeg2Settings

        public final Mpeg2Settings mpeg2Settings()
        Required when you set Codec to the value MPEG2.
        Returns:
        Required when you set Codec to the value MPEG2.
      • proresSettings

        public final ProresSettings proresSettings()
        Required when you set Codec to the value PRORES.
        Returns:
        Required when you set Codec to the value PRORES.
      • uncompressedSettings

        public final UncompressedSettings uncompressedSettings()
        Required when you set Codec, under VideoDescription>CodecSettings to the value UNCOMPRESSED.
        Returns:
        Required when you set Codec, under VideoDescription>CodecSettings to the value UNCOMPRESSED.
      • vc3Settings

        public final Vc3Settings vc3Settings()
        Required when you set Codec to the value VC3
        Returns:
        Required when you set Codec to the value VC3
      • vp8Settings

        public final Vp8Settings vp8Settings()
        Required when you set Codec to the value VP8.
        Returns:
        Required when you set Codec to the value VP8.
      • vp9Settings

        public final Vp9Settings vp9Settings()
        Required when you set Codec to the value VP9.
        Returns:
        Required when you set Codec to the value VP9.
      • xavcSettings

        public final XavcSettings xavcSettings()
        Required when you set Codec to the value XAVC.
        Returns:
        Required when you set Codec to the value XAVC.
      • 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)