public class FrameFlags
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
FRAME_FLAG_DISCARDABLE_FRAME
The frame is discardable - no other frames depend on it
|
static int |
FRAME_FLAG_INVISIBLE_FRAME
The frame is invisible for rendering
|
static int |
FRAME_FLAG_KEY_FRAME
The frame is a key frame - I or IDR
|
static int |
FRAME_FLAG_NONE
No flags specified.
|
Constructor and Description |
---|
FrameFlags() |
Modifier and Type | Method and Description |
---|---|
static boolean |
isDiscardableFrame(int frameFlags)
Returns whether the flags specify a discardable frame
|
static boolean |
isInvisibleFrame(int frameFlags)
Returns whether the flags specify an invisible frame
|
static boolean |
isKeyFrame(int frameFlags)
Returns whether the flags specify a key frame
|
public static final int FRAME_FLAG_NONE
public static final int FRAME_FLAG_KEY_FRAME
public static final int FRAME_FLAG_DISCARDABLE_FRAME
public static final int FRAME_FLAG_INVISIBLE_FRAME
public static boolean isKeyFrame(int frameFlags)
frameFlags
- frame flagspublic static boolean isDiscardableFrame(int frameFlags)
frameFlags
- frame flagspublic static boolean isInvisibleFrame(int frameFlags)
frameFlags
- frame flagsCopyright © 2018 Amazon Web Services, Inc. All Rights Reserved.