Class MkvFlags
- java.lang.Object
-
- com.amazonaws.kinesisvideo.producer.MkvFlags
-
public class MkvFlags extends Object
MKV generator flags. NOTE: This structure must be the same as defined in /mkvgen/Include.h
-
-
Field Summary
Fields Modifier and Type Field Description static intMKV_GEN_ABSOLUTE_CLUSTER_TIMEWhether to generate absolute cluster timestampsstatic intMKV_GEN_FLAG_NONENo flags specified.static intMKV_GEN_IN_STREAM_TIMEWhether to use in-stream defined timestamps or call get timestatic intMKV_GEN_KEY_FRAME_PROCESSINGAlways create clusters on the key frame boundary
-
Constructor Summary
Constructors Constructor Description MkvFlags()
-
-
-
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
-
-