| Package | Description |
|---|---|
| io.humble.video |
The Humble Video library for decoding and encoding audio and pictures (i.e.
|
| Modifier and Type | Method and Description |
|---|---|
Codec |
Codec.copyReference()
Create a new Codec object that is actually referring to the
exact same underlying native object.
|
static Codec |
Codec.findDecodingCodec(Codec.ID id)
Find a codec that can be used for decoding.
|
static Codec |
Codec.findDecodingCodecByIntID(int id)
Find a codec that can be used for decoding.
|
static Codec |
Codec.findDecodingCodecByName(String id)
Find a codec that can be used for decoding.
|
static Codec |
Codec.findEncodingCodec(Codec.ID id)
Find a codec that can be used for encoding.
|
static Codec |
Codec.findEncodingCodecByIntID(int id)
Find a codec that can be used for encoding.
|
static Codec |
Codec.findEncodingCodecByName(String id)
Find a codec that can be used for encoding.
|
Codec |
Coder.getCodec()
The Codec this StreamCoder will use.
|
static Codec |
Codec.getInstalledCodec(int index)
Get the ICodec at the given index.
|
static Codec |
Codec.guessEncodingCodec(MuxerFormat fmt,
String shortName,
String url,
String mimeType,
MediaDescriptor.Type type)
Ask us to guess an encoding codec based on the inputs
passed in. |
| Modifier and Type | Method and Description |
|---|---|
static Collection<Codec> |
Codec.getInstalledCodecs()
Gets a collection of ALL codecs installed on this
system.
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
VideoJNI.Codec_canDecode(long jarg1,
Codec jarg1_) |
static boolean |
VideoJNI.Codec_canEncode(long jarg1,
Codec jarg1_) |
static int |
VideoJNI.Codec_getCapabilities(long jarg1,
Codec jarg1_) |
static int |
VideoJNI.Codec_getID(long jarg1,
Codec jarg1_) |
static int |
VideoJNI.Codec_getIDAsInt(long jarg1,
Codec jarg1_) |
static String |
VideoJNI.Codec_getLongName(long jarg1,
Codec jarg1_) |
static String |
VideoJNI.Codec_getName(long jarg1,
Codec jarg1_) |
static int |
VideoJNI.Codec_getNumSupportedAudioChannelLayouts(long jarg1,
Codec jarg1_) |
static int |
VideoJNI.Codec_getNumSupportedAudioFormats(long jarg1,
Codec jarg1_) |
static int |
VideoJNI.Codec_getNumSupportedAudioSampleRates(long jarg1,
Codec jarg1_) |
static int |
VideoJNI.Codec_getNumSupportedProfiles(long jarg1,
Codec jarg1_) |
static int |
VideoJNI.Codec_getNumSupportedVideoFrameRates(long jarg1,
Codec jarg1_) |
static int |
VideoJNI.Codec_getNumSupportedVideoPixelFormats(long jarg1,
Codec jarg1_) |
static int |
VideoJNI.Codec_getSupportedAudioChannelLayout(long jarg1,
Codec jarg1_,
int jarg2) |
static int |
VideoJNI.Codec_getSupportedAudioFormat(long jarg1,
Codec jarg1_,
int jarg2) |
static int |
VideoJNI.Codec_getSupportedAudioSampleRate(long jarg1,
Codec jarg1_,
int jarg2) |
static long |
VideoJNI.Codec_getSupportedProfile(long jarg1,
Codec jarg1_,
int jarg2) |
static long |
VideoJNI.Codec_getSupportedVideoFrameRate(long jarg1,
Codec jarg1_,
int jarg2) |
static int |
VideoJNI.Codec_getSupportedVideoPixelFormat(long jarg1,
Codec jarg1_,
int jarg2) |
static int |
VideoJNI.Codec_getType(long jarg1,
Codec jarg1_) |
static boolean |
VideoJNI.Codec_hasCapability(long jarg1,
Codec jarg1_,
int jarg2) |
static long |
VideoJNI.Decoder_make__SWIG_0(long jarg1,
Codec jarg1_) |
static long |
VideoJNI.Encoder_make__SWIG_0(long jarg1,
Codec jarg1_) |
static Encoder |
Encoder.make(Codec codec)
Create a Encoder that will use the given Codec.
|
static Decoder |
Decoder.make(Codec codec)
Create a Decoder that will use the given Codec.
|
Copyright © 2018 Humble Software. All rights reserved.