public static enum ElementFactory.ListType extends Enum<ElementFactory.ListType>
| Enum Constant and Description |
|---|
ANY
Any elements
|
AUDIO_ENCODER
All encoders handling audio media types
|
AUDIOVIDEO_SINKS
All sinks handling audio, video or image media types
|
DECODABLE
All elements used to 'decode' streams (decoders, demuxers, parsers, depayloaders)
|
DECODER
Decoder elements
|
DECRYPTOR
Decryptor elements
|
DEMUXER
Demuxer elements
|
DEPAYLOADER
Depayloader elements
|
ENCODER
Encoder elements
|
ENCRYPTOR
Encryptor elements
|
FORMATTER
Formatter elements
|
MEDIA_ANY
Any of the defined media element types
|
MEDIA_AUDIO
Elements handling audio media types
|
MEDIA_IMAGE
Elements handling image media types
|
MEDIA_METADATA
Elements handling metadata media types
|
MEDIA_SUBTITLE
Elements handling subtitle media types
|
MEDIA_VIDEO
Elements handling video media types
|
MUXER
Muxer elements
|
PARSER
Parser elements
|
PAYLOADER
Payloader elements
|
SINK
Sink elements
|
SRC
Source elements
|
VIDEO_ENCODER
All encoders handling video or image media types
|
| Modifier and Type | Method and Description |
|---|---|
long |
getValue() |
static ElementFactory.ListType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementFactory.ListType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementFactory.ListType DECODER
public static final ElementFactory.ListType ENCODER
public static final ElementFactory.ListType SINK
public static final ElementFactory.ListType SRC
public static final ElementFactory.ListType MUXER
public static final ElementFactory.ListType DEMUXER
public static final ElementFactory.ListType PARSER
public static final ElementFactory.ListType PAYLOADER
public static final ElementFactory.ListType DEPAYLOADER
public static final ElementFactory.ListType FORMATTER
public static final ElementFactory.ListType DECRYPTOR
public static final ElementFactory.ListType ENCRYPTOR
public static final ElementFactory.ListType ANY
public static final ElementFactory.ListType MEDIA_ANY
public static final ElementFactory.ListType MEDIA_VIDEO
public static final ElementFactory.ListType MEDIA_AUDIO
public static final ElementFactory.ListType MEDIA_IMAGE
public static final ElementFactory.ListType MEDIA_SUBTITLE
public static final ElementFactory.ListType MEDIA_METADATA
public static final ElementFactory.ListType VIDEO_ENCODER
public static final ElementFactory.ListType AUDIO_ENCODER
public static final ElementFactory.ListType AUDIOVIDEO_SINKS
public static final ElementFactory.ListType DECODABLE
public static ElementFactory.ListType[] values()
for (ElementFactory.ListType c : ElementFactory.ListType.values()) System.out.println(c);
public static ElementFactory.ListType 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 long getValue()
Copyright © 2021 gstreamer-java. All rights reserved.