
public static enum Demuxer.SeekFlag extends Enum<Demuxer.SeekFlag>
| Enum Constant and Description |
|---|
SEEK_ANY
Seek to any frame, even non-keyframes
|
SEEK_BACKWARD
Seek backwards.
|
SEEK_BYTE
Seek based on position in bytes.
|
SEEK_FRAME
Seek based on frame number
|
| Modifier and Type | Method and Description |
|---|---|
static Demuxer.SeekFlag |
swigToEnum(int swigValue) |
int |
swigValue() |
static Demuxer.SeekFlag |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Demuxer.SeekFlag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Demuxer.SeekFlag SEEK_BACKWARD
public static final Demuxer.SeekFlag SEEK_BYTE
public static final Demuxer.SeekFlag SEEK_ANY
public static final Demuxer.SeekFlag SEEK_FRAME
public static Demuxer.SeekFlag[] values()
for (Demuxer.SeekFlag c : Demuxer.SeekFlag.values()) System.out.println(c);
public static Demuxer.SeekFlag valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int swigValue()
public static Demuxer.SeekFlag swigToEnum(int swigValue)
Copyright © 2018 Humble Software. All rights reserved.