org.gstreamer
public static enum ElementFactory.ElementFactoryListType extends Enum<ElementFactory.ElementFactoryListType>
Enum Constant and Description |
---|
ANY |
AUDIO_ENCODER |
AUDIOVIDEO_SINKS |
DECODABLE |
DECODER |
DEMUXER |
DEPAYLOADER |
ENCODER |
FORMATTER |
MAX_ELEMENTS |
MEDIA_ANY |
MEDIA_AUDIO |
MEDIA_IMAGE |
MEDIA_METADATA |
MEDIA_SUBTITLE |
MEDIA_VIDEO |
MUXER |
PARSER |
PAYLOADER |
SINK |
SRC |
VIDEO_ENCODER |
Modifier and Type | Method and Description |
---|---|
long |
getValue() |
static ElementFactory.ElementFactoryListType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ElementFactory.ElementFactoryListType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ElementFactory.ElementFactoryListType DECODER
public static final ElementFactory.ElementFactoryListType ENCODER
public static final ElementFactory.ElementFactoryListType SINK
public static final ElementFactory.ElementFactoryListType SRC
public static final ElementFactory.ElementFactoryListType MUXER
public static final ElementFactory.ElementFactoryListType DEMUXER
public static final ElementFactory.ElementFactoryListType PARSER
public static final ElementFactory.ElementFactoryListType PAYLOADER
public static final ElementFactory.ElementFactoryListType DEPAYLOADER
public static final ElementFactory.ElementFactoryListType FORMATTER
public static final ElementFactory.ElementFactoryListType MAX_ELEMENTS
public static final ElementFactory.ElementFactoryListType ANY
public static final ElementFactory.ElementFactoryListType MEDIA_ANY
public static final ElementFactory.ElementFactoryListType MEDIA_VIDEO
public static final ElementFactory.ElementFactoryListType MEDIA_AUDIO
public static final ElementFactory.ElementFactoryListType MEDIA_IMAGE
public static final ElementFactory.ElementFactoryListType MEDIA_SUBTITLE
public static final ElementFactory.ElementFactoryListType MEDIA_METADATA
public static final ElementFactory.ElementFactoryListType VIDEO_ENCODER
public static final ElementFactory.ElementFactoryListType AUDIO_ENCODER
public static final ElementFactory.ElementFactoryListType AUDIOVIDEO_SINKS
public static final ElementFactory.ElementFactoryListType DECODABLE
public static ElementFactory.ElementFactoryListType[] values()
for (ElementFactory.ElementFactoryListType c : ElementFactory.ElementFactoryListType.values()) System.out.println(c);
public static ElementFactory.ElementFactoryListType 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 © 2014. All rights reserved.