Class MkvFlags


  • public class MkvFlags
    extends Object
    MKV generator flags. NOTE: This structure must be the same as defined in /mkvgen/Include.h
    • Field Detail

      • MKV_GEN_FLAG_NONE

        public static final int MKV_GEN_FLAG_NONE
        No flags specified. Used as a sentinel
        See Also:
        Constant Field Values
      • MKV_GEN_KEY_FRAME_PROCESSING

        public static final int MKV_GEN_KEY_FRAME_PROCESSING
        Always create clusters on the key frame boundary
        See Also:
        Constant Field Values
      • MKV_GEN_IN_STREAM_TIME

        public static final int MKV_GEN_IN_STREAM_TIME
        Whether to use in-stream defined timestamps or call get time
        See Also:
        Constant Field Values
      • MKV_GEN_ABSOLUTE_CLUSTER_TIME

        public static final int MKV_GEN_ABSOLUTE_CLUSTER_TIME
        Whether to generate absolute cluster timestamps
        See Also:
        Constant Field Values
    • Constructor Detail

      • MkvFlags

        public MkvFlags()