public class MkvFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
MKV_GEN_ABSOLUTE_CLUSTER_TIME
Whether to generate absolute cluster timestamps
|
static int |
MKV_GEN_FLAG_NONE
No flags specified.
|
static int |
MKV_GEN_IN_STREAM_TIME
Whether to use in-stream defined timestamps or call get time
|
static int |
MKV_GEN_KEY_FRAME_PROCESSING
Always create clusters on the key frame boundary
|
Constructor and Description |
---|
MkvFlags() |
public static final int MKV_GEN_FLAG_NONE
public static final int MKV_GEN_KEY_FRAME_PROCESSING
public static final int MKV_GEN_IN_STREAM_TIME
public static final int MKV_GEN_ABSOLUTE_CLUSTER_TIME
Copyright © 2018 Amazon Web Services, Inc. All Rights Reserved.