Class HevcConfig


  • public final class HevcConfig
    extends Object
    HEVC configuration data.
    • Field Detail

      • initializationData

        public final List<byte[]> initializationData
        List of buffers containing the codec-specific data to be provided to the decoder.

        See Format.initializationData.

      • nalUnitLengthFieldLength

        public final int nalUnitLengthFieldLength
        The length of the NAL unit length field in the bitstream's container, in bytes.
      • width

        public final int width
        The width of each decoded frame, or Format.NO_VALUE if unknown.
      • height

        public final int height
        The height of each decoded frame, or Format.NO_VALUE if unknown.
      • pixelWidthHeightRatio

        public final float pixelWidthHeightRatio
        The pixel width to height ratio.
      • codecs

        @Nullable
        public final String codecs
        An RFC 6381 codecs string representing the video format, or null if not known.

        See Format.codecs.

    • Method Detail