| Modifier and Type | Field and Description |
|---|---|
protected MediaType |
Configurable.mediaType
The media type, e.g. audio, video, etc.
|
| Modifier and Type | Method and Description |
|---|---|
static MediaType |
MediaType.byId(int id)
Get a
MediaType that matches to the specified FFmpeg id. |
MediaType |
Configurable.getMediaType()
Get the media type, audio, video, etc.
|
MediaType |
Coder.getMediaType() |
MediaType |
Codec.getType()
Get the media type of this
Codec. |
static MediaType |
MediaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediaType[] |
MediaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Configurable.setMediaType(MediaType type)
Set new media type, audio, video, etc.
|
Copyright © 2013. All Rights Reserved.