- canDecode() - Method in class io.humble.video.Codec
-
Can this codec be used for decoding?
- canEncode() - Method in class io.humble.video.Codec
-
Can this codec be used for encoding?
- canStreamsBeAddedDynamically() - Method in class io.humble.video.Demuxer
-
Can streams be added dynamically to this container?
- close() - Method in class io.humble.video.customio.DataInputOutputHandler
-
A request to close() from FFMPEG
- close() - Method in class io.humble.video.customio.FileProtocolHandler
-
- close() - Method in class io.humble.video.customio.InputOutputStreamHandler
-
A request to close() from FFMPEG
- close() - Method in interface io.humble.video.customio.IURLProtocolHandler
-
A request to close() from FFMPEG
- close() - Method in class io.humble.video.customio.NullProtocolHandler
-
- close() - Method in class io.humble.video.customio.ReadableWritableChannelHandler
-
A request to close() from FFMPEG
- close() - Method in class io.humble.video.Demuxer
-
Close the container.
- close() - Method in class io.humble.video.Muxer
-
Close the muxer and write any trailers.
Note: Calls MUST call this method -- it will not automatically be called
when the object is finalized as some muxers struggle when you write trailers
on a different thread (the finalizer thread) than the header was written on.
- CLOSE_STREAM_ON_CLOSE - Static variable in class io.humble.video.customio.DataInputOutputHandler
-
- CLOSE_STREAM_ON_CLOSE - Static variable in class io.humble.video.customio.InputOutputStreamHandler
-
- CLOSE_STREAM_ON_CLOSE - Static variable in class io.humble.video.customio.ReadableWritableChannelHandler
-
- Codec - Class in io.humble.video
-
A codec that can be used either to encode raw data into compressed bitstreams,
or decode compressed data into raw data, or both!
- Codec.CodecCapability - Enum in io.humble.video
-
Capabilities supported by a codec.
- Codec.DiscardFlag - Enum in io.humble.video
-
When decoding, you can instruct streams to discard some
packets.
- Codec.ID - Enum in io.humble.video
-
Identify the syntax and semantics of an audio or video encoded bitstream.
The principle is roughly:
Two decoders with the same ID can decode the same streams.
Two encoders with the same ID can encode compatible streams.
There may be slight deviations from the principle due to implementation
details.
From Ffmpeg 2.8
- Codec_canDecode(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_canEncode(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_AUTO_THREADS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_CHANNEL_CONF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_DELAY_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_DR1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_DRAW_HORIZ_BAND_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_EXPERIMENTAL_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_FRAME_THREADS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_HWACCEL_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_HWACCEL_VDPAU_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_INTRA_ONLY_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_LOSSLESS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_NEG_LINESIZES_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_PARAM_CHANGE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_SLICE_THREADS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_SMALL_LAST_FRAME_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_SUBFRAMES_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_TRUNCATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CAP_VARIABLE_FRAME_SIZE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_012V_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_4GV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_4XM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_8BPS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_8SVX_EXP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_8SVX_FIB_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_A64_MULTI5_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_A64_MULTI_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AAC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AAC_LATM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AASC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AC3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_4XM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_ADX_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_AFC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_CT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_DTK_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_EA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_EA_MAXIS_XA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_EA_R1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_EA_R2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_EA_R3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_EA_XAS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_G722_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_G726_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_G726LE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_AMV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_APC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_DK3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_DK4_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_EA_EACS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_EA_SEAD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_ISS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_OKI_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_QT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_RAD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_SMJPEG_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_WAV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_IMA_WS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_MS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_SBPRO_2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_SBPRO_3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_SBPRO_4_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_SWF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_THP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_THP_LE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_VIMA_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_VIMA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_XA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ADPCM_YAMAHA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AIC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ALAC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ALIAS_PIX_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AMR_NB_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AMR_WB_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AMV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ANM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ANSI_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_APE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_APNG_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ASS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ASV1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ASV2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ATRAC1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ATRAC3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ATRAC3P_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AURA2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AURA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AVRN_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AVRP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AVS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AVUI_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_AYUV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BETHSOFTVID_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BFI_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BIN_DATA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BINKAUDIO_DCT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BINKAUDIO_RDFT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BINKVIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BINTEXT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BMP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BMV_AUDIO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BMV_VIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BRENDER_PIX_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_BRENDER_PIX_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_C93_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CAVS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CDGRAPHICS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CDXL_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CELT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CINEPAK_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CLJR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CLLC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CMV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_COMFORT_NOISE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_COOK_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CPIA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CSCD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_CYUV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DDS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DFA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DIRAC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DNXHD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DPX_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DSD_LSBF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DSD_LSBF_PLANAR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DSD_MSBF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DSD_MSBF_PLANAR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DSICINAUDIO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DSICINVIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DSS_SP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DTS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DVAUDIO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DVB_SUBTITLE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DVB_TELETEXT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DVD_NAV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DVD_SUBTITLE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DVVIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DXA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_DXTORY_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_EAC3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_EIA_608_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ESCAPE124_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ESCAPE130_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ESCAPE130_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_EVRC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_EXR_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_EXR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FFMETADATA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FFV1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FFVHUFF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FFWAVESYNTH_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FIC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FIRST_AUDIO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FIRST_SUBTITLE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FIRST_UNKNOWN_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FLAC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FLASHSV2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FLASHSV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FLIC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FLV1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FRAPS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_FRWU_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_G2M_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_G2M_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_G723_1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_G729_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_GIF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_GSM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_GSM_MS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_H261_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_H263_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_H263I_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_H263P_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_H264_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_HAP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_HDMV_PGS_SUBTITLE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_HDMV_TEXT_SUBTITLE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_HEVC_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_HEVC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_HNM4_VIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_HQ_HQA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_HQX_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_HUFFYUV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_IAC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_IDCIN_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_IDF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_IFF_BYTERUN1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_IFF_ILBM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ILBC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_IMC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_INDEO2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_INDEO3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_INDEO4_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_INDEO5_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_INTERPLAY_DPCM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_INTERPLAY_VIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_JACOSUB_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_JPEG2000_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_JPEGLS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_JV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_KGV1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_KMVC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_LAGARITH_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_LJPEG_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_LOCO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MACE3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MACE6_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MAD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MDEC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_METASOUND_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MICRODVD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MIMIC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MJPEG_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MJPEGB_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MLP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MMVIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MOTIONPIXELS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MOV_TEXT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MP1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MP2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MP3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MP3ADU_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MP3ON4_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MP4ALS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MPEG1VIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MPEG2TS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MPEG2VIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MPEG4_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MPEG4SYSTEMS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MPL2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MSA1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MSMPEG4V1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MSMPEG4V2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MSMPEG4V3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MSRLE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MSS1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MSS2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MSVIDEO1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MSZH_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MTS2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MUSEPACK7_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MUSEPACK8_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MVC1_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MVC1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MVC2_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MVC2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_MXPEG_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_NELLYMOSER_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_NONE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_NUV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ON2AVC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_OPUS_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_OPUS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_OTF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PAF_AUDIO_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PAF_AUDIO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PAF_VIDEO_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PAF_VIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PAM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PBM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_ALAW_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_BLURAY_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_DVD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_F32BE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_F32LE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_F64BE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_F64LE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_LXF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_MULAW_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S16BE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S16BE_PLANAR_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S16BE_PLANAR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S16LE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S16LE_PLANAR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S24BE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S24DAUD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S24LE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S24LE_PLANAR_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S24LE_PLANAR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S32BE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S32LE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S32LE_PLANAR_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S32LE_PLANAR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S8_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_S8_PLANAR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_U16BE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_U16LE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_U24BE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_U24LE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_U32BE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_U32LE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_U8_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCM_ZORK_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PCX_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PGM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PGMYUV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PICTOR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PJS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PNG_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PPM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PROBE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PRORES_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_PTX_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_QCELP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_QDM2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_QDMC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_QDRAW_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_QPEG_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_QTRLE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_R10K_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_R210_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_RA_144_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_RA_288_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_RALF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_RAWVIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_REALTEXT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_RL2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ROQ_DPCM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ROQ_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_RPZA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_RV10_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_RV20_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_RV30_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_RV40_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_S302M_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SAMI_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SANM_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SANM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SGI_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SGIRLE_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SGIRLE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SHORTEN_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SIPR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SMACKAUDIO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SMACKVIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SMC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SMPTE_KLV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SMV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SMVJPEG_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SNOW_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SOL_DPCM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SONIC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SONIC_LS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SP5X_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SPEEX_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SRT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SSA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_STL_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SUBRIP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SUBVIEWER1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SUBVIEWER_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SUNRAST_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SVQ1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_SVQ3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TAK_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TAK_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TARGA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TARGA_Y216_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TDSC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TEXT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TGQ_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TGV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_THEORA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_THP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TIERTEXSEQVIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TIFF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TIMED_ID3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TMV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TQI_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TRUEHD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TRUEMOTION1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TRUEMOTION2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TRUESPEECH_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TSCC2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TSCC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TTA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TTF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TWINVQ_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_TXD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ULTI_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_UTVIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_V210_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_V210X_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_V308_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_V408_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_V410_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VB_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VBLE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VC1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VC1IMAGE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VCR1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VIXL_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VMDAUDIO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VMDVIDEO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VMNC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VORBIS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VP3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VP5_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VP6_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VP6A_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VP6F_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VP7_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VP7_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VP8_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VP9_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_VPLAYER_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WAVPACK_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WEBP_DEPRECATED_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WEBP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WEBVTT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WESTWOOD_SND1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WMALOSSLESS_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WMAPRO_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WMAV1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WMAV2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WMAVOICE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WMV1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WMV2_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WMV3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WMV3IMAGE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WNV1_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_WS_VQA_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_XAN_DPCM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_XAN_WC3_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_XAN_WC4_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_XBIN_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_XBM_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_XFACE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_XSUB_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_XWD_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_Y41P_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_YOP_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_YUV4_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ZEROCODEC_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ZLIB_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_CODEC_ID_ZMBV_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_DISCARD_ALL_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_DISCARD_BIDIR_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_DISCARD_DEFAULT_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_DISCARD_NONE_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_DISCARD_NONKEY_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_DISCARD_NONREF_get() - Static method in class io.humble.video.VideoJNI
-
- Codec_findDecodingCodec(int) - Static method in class io.humble.video.VideoJNI
-
- Codec_findDecodingCodecByIntID(int) - Static method in class io.humble.video.VideoJNI
-
- Codec_findDecodingCodecByName(String) - Static method in class io.humble.video.VideoJNI
-
- Codec_findEncodingCodec(int) - Static method in class io.humble.video.VideoJNI
-
- Codec_findEncodingCodecByIntID(int) - Static method in class io.humble.video.VideoJNI
-
- Codec_findEncodingCodecByName(String) - Static method in class io.humble.video.VideoJNI
-
- Codec_getCapabilities(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getID(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getIDAsInt(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getInstalledCodec(int) - Static method in class io.humble.video.VideoJNI
-
- Codec_getLongName(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getName(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getNumInstalledCodecs() - Static method in class io.humble.video.VideoJNI
-
- Codec_getNumSupportedAudioChannelLayouts(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getNumSupportedAudioFormats(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getNumSupportedAudioSampleRates(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getNumSupportedProfiles(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getNumSupportedVideoFrameRates(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getNumSupportedVideoPixelFormats(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_getSupportedAudioChannelLayout(long, Codec, int) - Static method in class io.humble.video.VideoJNI
-
- Codec_getSupportedAudioFormat(long, Codec, int) - Static method in class io.humble.video.VideoJNI
-
- Codec_getSupportedAudioSampleRate(long, Codec, int) - Static method in class io.humble.video.VideoJNI
-
- Codec_getSupportedProfile(long, Codec, int) - Static method in class io.humble.video.VideoJNI
-
- Codec_getSupportedVideoFrameRate(long, Codec, int) - Static method in class io.humble.video.VideoJNI
-
- Codec_getSupportedVideoPixelFormat(long, Codec, int) - Static method in class io.humble.video.VideoJNI
-
- Codec_getType(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Codec_guessEncodingCodec(long, MuxerFormat, String, String, String, int) - Static method in class io.humble.video.VideoJNI
-
- Codec_hasCapability(long, Codec, int) - Static method in class io.humble.video.VideoJNI
-
- Codec_SWIGUpcast(long) - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor - Class in io.humble.video
-
Meta-data that describes a Codec object.
- CodecDescriptor.CodecProperty - Enum in io.humble.video
-
Properties supported by a codec.
- CodecDescriptor_getId(long, CodecDescriptor) - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_getLongName(long, CodecDescriptor) - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_getName(long, CodecDescriptor) - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_getProperties(long, CodecDescriptor) - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_getType(long, CodecDescriptor) - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_hasProperty(long, CodecDescriptor, int) - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_make(int) - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_PROP_BITMAP_SUB_get() - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_PROP_INTRA_ONLY_get() - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_PROP_LOSSLESS_get() - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_PROP_LOSSY_get() - Static method in class io.humble.video.VideoJNI
-
- CodecDescriptor_SWIGUpcast(long) - Static method in class io.humble.video.VideoJNI
-
- CodecProfile - Class in io.humble.video
-
A profile supported by a Codec.
- CodecProfile.ProfileType - Enum in io.humble.video
-
An enum of known about Profiles.
- CodecProfile_getName(long, CodecProfile) - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_getProfile(long, CodecProfile) - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_AAC_ELD_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_AAC_HE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_AAC_HE_V2_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_AAC_LD_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_AAC_LOW_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_AAC_LTP_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_AAC_MAIN_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_AAC_SSR_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_DTS_96_24_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_DTS_ES_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_DTS_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_DTS_HD_HRA_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_DTS_HD_MA_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_BASELINE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_CAVLC_444_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_CONSTRAINED_BASELINE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_CONSTRAINED_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_EXTENDED_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_HIGH_10_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_HIGH_10_INTRA_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_HIGH_422_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_HIGH_422_INTRA_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_HIGH_444_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_HIGH_444_INTRA_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_HIGH_444_PREDICTIVE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_HIGH_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_INTRA_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_H264_MAIN_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_HEVC_MAIN_10_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_HEVC_MAIN_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_HEVC_MAIN_STILL_PICTURE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_HEVC_REXT_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_JPEG2000_CSTREAM_NO_RESTRICTION_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_JPEG2000_CSTREAM_RESTRICTION_0_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_JPEG2000_CSTREAM_RESTRICTION_1_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_JPEG2000_DCINEMA_2K_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_JPEG2000_DCINEMA_4K_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG2_422_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG2_AAC_HE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG2_AAC_LOW_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG2_HIGH_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG2_MAIN_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG2_SIMPLE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG2_SNR_SCALABLE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG2_SS_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_ADVANCED_CODING_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_ADVANCED_CORE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_ADVANCED_REAL_TIME_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_ADVANCED_SCALABLE_TEXTURE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_ADVANCED_SIMPLE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_BASIC_ANIMATED_TEXTURE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_CORE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_CORE_SCALABLE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_HYBRID_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_MAIN_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_N_BIT_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_SCALABLE_TEXTURE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_SIMPLE_FACE_ANIMATION_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_SIMPLE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_SIMPLE_SCALABLE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_MPEG4_SIMPLE_STUDIO_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_RESERVED_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_UNKNOWN_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_VC1_ADVANCED_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_VC1_COMPLEX_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_VC1_MAIN_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_PROFILE_VC1_SIMPLE_get() - Static method in class io.humble.video.VideoJNI
-
- CodecProfile_SWIGUpcast(long) - Static method in class io.humble.video.VideoJNI
-
- Coder - Class in io.humble.video
-
An object that either converts MediaRaw objects into MediaEncoded
objects (called an Encoder), or converts in the reverse direction (called
a Decoder).
Although this object might seem very sparse, use the methods on Configurable
to see the vast array of options that can be get/set on it.
- Coder.Flag - Enum in io.humble.video
-
- Coder.Flag2 - Enum in io.humble.video
-
- Coder.State - Enum in io.humble.video
-
The state that a Coder can be in.
- Coder_FLAG2_CHUNKS_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG2_DROP_FRAME_TIMECODE_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG2_EXPORT_MVS_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG2_FAST_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG2_IGNORE_CROP_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG2_LOCAL_HEADER_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG2_NO_OUTPUT_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG2_SHOW_ALL_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_4MV_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_AC_PRED_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_BITEXACT_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_CLOSED_GOP_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_EMU_EDGE_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_GLOBAL_HEADER_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_GMC_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_GRAY_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_INPUT_PRESERVED_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_INTERLACED_DCT_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_INTERLACED_ME_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_LOOP_FILTER_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_LOW_DELAY_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_MV0_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_NORMALIZE_AQP_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_PASS1_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_PASS2_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_PSNR_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_QPEL_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_QSCALE_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_TRUNCATED_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_FLAG_UNALIGNED_get() - Static method in class io.humble.video.VideoJNI
-
- Coder_getChannelLayout(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getChannels(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getCodec(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getCodecID(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getCodecType(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getFlag(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_getFlag2(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_getFlags(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getFlags2(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getFrameCount(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getFrameSize(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getHeight(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getPixelFormat(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getSampleFormat(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getSampleRate(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getState(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getTimeBase(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_getWidth(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Coder_open(long, Coder, long, KeyValueBag, long, KeyValueBag) - Static method in class io.humble.video.VideoJNI
-
- Coder_setChannelLayout(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_setChannels(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_setFlag(long, Coder, int, boolean) - Static method in class io.humble.video.VideoJNI
-
- Coder_setFlag2(long, Coder, int, boolean) - Static method in class io.humble.video.VideoJNI
-
- Coder_setFlags(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_setFlags2(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_setHeight(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_setPixelFormat(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_setSampleFormat(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_setSampleRate(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_setTimeBase(long, Coder, long, Rational) - Static method in class io.humble.video.VideoJNI
-
- Coder_setWidth(long, Coder, int) - Static method in class io.humble.video.VideoJNI
-
- Coder_SWIGUpcast(long) - Static method in class io.humble.video.VideoJNI
-
- collect() - Static method in class io.humble.ferry.JNIMemoryManager
-
- compareAndSet(int, int) - Method in class io.humble.ferry.AtomicInteger
-
Compare the current value to expected, and if
they are equal, set the current value to update.
- compareTo(JNILibrary) - Method in class io.humble.ferry.JNILibrary
-
- compareTo(Rational) - Method in class io.humble.video.Rational
-
Compare a rational to this rational
- Configurable - Class in io.humble.video
-
Methods that implement this class can be configured
using setProperty and getProperty methods, and expose
IProperty meta data about their properties.
- Configurable_getNumProperties(long, Configurable) - Static method in class io.humble.video.VideoJNI
-
- Configurable_getPropertyAsBoolean(long, Configurable, String) - Static method in class io.humble.video.VideoJNI
-
- Configurable_getPropertyAsDouble(long, Configurable, String) - Static method in class io.humble.video.VideoJNI
-
- Configurable_getPropertyAsInt(long, Configurable, String) - Static method in class io.humble.video.VideoJNI
-
- Configurable_getPropertyAsLong(long, Configurable, String) - Static method in class io.humble.video.VideoJNI
-
- Configurable_getPropertyAsRational(long, Configurable, String) - Static method in class io.humble.video.VideoJNI
-
- Configurable_getPropertyAsString(long, Configurable, String) - Static method in class io.humble.video.VideoJNI
-
- Configurable_getPropertyMetaData__SWIG_0(long, Configurable, int) - Static method in class io.humble.video.VideoJNI
-
- Configurable_getPropertyMetaData__SWIG_1(long, Configurable, String) - Static method in class io.humble.video.VideoJNI
-
- Configurable_setProperty__SWIG_0(long, Configurable, String, String) - Static method in class io.humble.video.VideoJNI
-
- Configurable_setProperty__SWIG_1(long, Configurable, String, double) - Static method in class io.humble.video.VideoJNI
-
- Configurable_setProperty__SWIG_2(long, Configurable, String, long) - Static method in class io.humble.video.VideoJNI
-
- Configurable_setProperty__SWIG_3(long, Configurable, String, boolean) - Static method in class io.humble.video.VideoJNI
-
- Configurable_setProperty__SWIG_4(long, Configurable, String, long, Rational) - Static method in class io.humble.video.VideoJNI
-
- Configurable_setProperty__SWIG_5(long, Configurable, long, KeyValueBag, long, KeyValueBag) - Static method in class io.humble.video.VideoJNI
-
- Configurable_SWIGUpcast(long) - Static method in class io.humble.video.VideoJNI
-
- Configuration - Class in io.humble.video
-
A global configuration class for Humble Video
- configure(Properties, Configurable) - Static method in class io.humble.video.Configuration
-
- configure(String, Configurable) - Static method in class io.humble.video.Configuration
-
- Container - Class in io.humble.video
-
A Container for Media data.
- Container.Flag - Enum in io.humble.video
-
Do not set these flags -- several are used by the internals of Humble Video.
- Container_FLAG_CUSTOM_IO_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_DISCARD_CORRUPT_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_GENPTS_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_IGNDTS_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_IGNIDX_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_KEEP_SIDE_DATA_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_MP4A_LATM_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_NOBUFFER_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_NOFILLIN_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_NONBLOCK_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_NOPARSE_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_PRIV_OPT_get() - Static method in class io.humble.video.VideoJNI
-
- Container_FLAG_SORT_DTS_get() - Static method in class io.humble.video.VideoJNI
-
- Container_getNumStreams(long, Container) - Static method in class io.humble.video.VideoJNI
-
- Container_SWIGUpcast(long) - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat - Class in io.humble.video
-
Parent class for objects that describe different container formats
for media (e.g.
- ContainerFormat.Flag - Enum in io.humble.video
-
A series of flags that different ContainerFormats and their subclasses
can support.
- ContainerFormat_ALLOW_FLUSH_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_GENERIC_INDEX_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_getExtensions(long, ContainerFormat) - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_getFlag(long, ContainerFormat, int) - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_getFlags(long, ContainerFormat) - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_getLongName(long, ContainerFormat) - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_getName(long, ContainerFormat) - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_getNumSupportedCodecs(long, ContainerFormat) - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_getSupportedCodecId(long, ContainerFormat, int) - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_getSupportedCodecTag(long, ContainerFormat, int) - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_GLOBAL_HEADER_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_INVALID_FLAG_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_NEED_NUMBER_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_NO_BINARY_SEARCH_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_NO_BYTE_SEEKING_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_NO_DIMENSIONS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_NO_FILE_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_NO_GENERIC_SEARCH_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_NO_STREAMS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_NO_TIMESTAMPS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_NONSTRICT_TIMESTAMPS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_RAW_PICTURE_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_SEEK_TO_PTS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_SHOW_IDS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_SWIGUpcast(long) - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_TIMESTAMP_DISCONTINUITIES_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerFormat_VARIABLE_FPS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream - Class in io.humble.video
-
Represents a stream of similar data (eg video) in a Container.
- ContainerStream.Disposition - Enum in io.humble.video
-
The disposition of this stream.
- ContainerStream.ParseType - Enum in io.humble.video
-
What types of parsing can we do on a call to
Source#read(Packet)
- ContainerStream_DISPOSITION_ATTACHED_PIC_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_CLEAN_EFFECTS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_COMMENT_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_DEFAULT_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_DUB_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_FORCED_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_HEARING_IMPAIRED_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_KARAOKE_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_LYRICS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_NONE_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_ORIGINAL_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_DISPOSITION_VISUAL_IMPAIRED_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_findTimeStampEntryInIndex(long, ContainerStream, long, int) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_findTimeStampPositionInIndex(long, ContainerStream, long, int) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getAttachedPic(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getContainer(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getCurrentDts(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getDisposition(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getDuration(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getFrameRate(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getId(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getIndex(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getIndexEntry(long, ContainerStream, int) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getMetaData(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getNumFrames(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getNumIndexEntries(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getParseType(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getSampleAspectRatio(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getStartTime(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_getTimeBase(long, ContainerStream) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_matchSpecifier(long, ContainerStream, String) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_PARSE_FULL_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_PARSE_FULL_ONCE_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_PARSE_FULL_RAW_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_PARSE_HEADERS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_PARSE_NONE_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_PARSE_TIMESTAMPS_get() - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_setParseType(long, ContainerStream, int) - Static method in class io.humble.video.VideoJNI
-
- ContainerStream_SWIGUpcast(long) - Static method in class io.humble.video.VideoJNI
-
- convertToType(BufferedImage, int) - Static method in class io.humble.video.awt.MediaPictureConverterFactory
-
- copy() - Method in class io.humble.video.Rational
-
Creates a new IRational object by copying (by value) this object.
- copyReference() - Method in class io.humble.ferry.Buffer
-
Create a new Buffer object that is actually referring to the
exact same underlying Native object.
- copyReference() - Method in class io.humble.ferry.Mutex
-
Create a new Mutex object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.ferry.RefCounted
-
Create a new RefCounted object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.ferry.RefCountedTester
-
Create a new RefCountedTester object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.AudioChannel
-
Create a new AudioChannel object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.AudioFormat
-
Create a new AudioFormat object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.BitStreamFilter
-
Create a new BitStreamFilter object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.BitStreamFilterType
-
Create a new BitStreamFilterType object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Codec
-
Create a new Codec object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.CodecDescriptor
-
Create a new CodecDescriptor object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.CodecProfile
-
Create a new CodecProfile object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Coder
-
Create a new Coder object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Configurable
-
Create a new Configurable object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Container
-
Create a new Container object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.ContainerFormat
-
Create a new ContainerFormat object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.ContainerStream
-
Create a new ContainerStream object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Decoder
-
Create a new Decoder object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Demuxer
-
Create a new Demuxer object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.DemuxerFormat
-
Create a new DemuxerFormat object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.DemuxerStream
-
Create a new DemuxerStream object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Encoder
-
Create a new Encoder object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Filter
-
Create a new Filter object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.FilterAudioSink
-
Create a new FilterAudioSink object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.FilterAudioSource
-
Create a new FilterAudioSource object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.FilterEndPoint
-
Create a new FilterEndPoint object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.FilterGraph
-
Create a new FilterGraph object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.FilterLink
-
Create a new FilterLink object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.FilterPictureSink
-
Create a new FilterPictureSink object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.FilterPictureSource
-
Create a new FilterPictureSource object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.FilterSink
-
Create a new FilterSink object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.FilterSource
-
Create a new FilterSource object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.FilterType
-
Create a new FilterType object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Global
-
Create a new Global object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.IndexEntry
-
Create a new IndexEntry object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.KeyValueBag
-
Create a new KeyValueBag object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Media
-
Create a new Media object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaAudio
-
Create a new MediaAudio object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaAudioResampler
-
Create a new MediaAudioResampler object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaDescriptor
-
Create a new MediaDescriptor object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaEncoded
-
Create a new MediaEncoded object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaPacket
-
Create a new MediaPacket object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaPicture
-
Create a new MediaPicture object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaPictureResampler
-
Create a new MediaPictureResampler object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaRaw
-
Create a new MediaRaw object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaResampler
-
Create a new MediaResampler object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaSampled
-
Create a new MediaSampled object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaSubtitle
-
Create a new MediaSubtitle object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MediaSubtitleRectangle
-
Create a new MediaSubtitleRectangle object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Muxer
-
Create a new Muxer object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MuxerFormat
-
Create a new MuxerFormat object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.MuxerStream
-
Create a new MuxerStream object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.PixelComponentDescriptor
-
Create a new PixelComponentDescriptor object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.PixelFormat
-
Create a new PixelFormat object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.PixelFormatDescriptor
-
Create a new PixelFormatDescriptor object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Property
-
Create a new Property object that is actually referring to the
exact same underlying native object.
- copyReference() - Method in class io.humble.video.Rational
-
Create a new Rational object that is actually referring to the
exact same underlying native object.
- createConverter(String, MediaPicture) - Static method in class io.humble.video.awt.MediaPictureConverterFactory
-
- createConverter(BufferedImage, MediaPicture) - Static method in class io.humble.video.awt.MediaPictureConverterFactory
-
- createConverter(BufferedImage, PixelFormat.Type) - Static method in class io.humble.video.awt.MediaPictureConverterFactory
-
- createConverter(String, PixelFormat.Type, int, int) - Static method in class io.humble.video.awt.MediaPictureConverterFactory
-
- createConverter(String, PixelFormat.Type, int, int, int, int) - Static method in class io.humble.video.awt.MediaPictureConverterFactory
-
- createConverter(String, MediaAudio) - Static method in class io.humble.video.javaxsound.MediaAudioConverterFactory
-
Create a converter.
- createConverter(String, int, AudioChannel.Layout, AudioFormat.Type) - Static method in class io.humble.video.javaxsound.MediaAudioConverterFactory
-
Create a converter.
- currentThread() - Static method in class io.humble.ferry.JNIThreadProxy
-
- encode(MediaPacket, MediaSampled) - Method in class io.humble.video.Encoder
-
Encode the given Media using this encoder.
Callers should call this repeatedly on a media object ntil
we consume all the media.
Also, when done in order to flush the encoder, caller should call
this method passing in 0 (null) for media to tell the encoder
to flush any data it was keeping a hold of.
- encodeAudio(MediaPacket, MediaAudio) - Method in class io.humble.video.Encoder
-
Encode the given MediaAudio using this encoder.
Callers should call this repeatedly on a set of samples until
we consume all the samples.
Also, when done in order to flush the encoder, caller should call
this method passing in 0 (null) for samples to tell the encoder
to flush any data it was keeping a hold of.
- Encoder - Class in io.humble.video
-
Encodes MediaAudio, MediaPicture or MediaSubtitle objects into MediaPacket objects.
- Encoder_encode(long, Encoder, long, MediaPacket, long, MediaSampled) - Static method in class io.humble.video.VideoJNI
-
- Encoder_encodeAudio(long, Encoder, long, MediaPacket, long, MediaAudio) - Static method in class io.humble.video.VideoJNI
-
- Encoder_encodeVideo(long, Encoder, long, MediaPacket, long, MediaPicture) - Static method in class io.humble.video.VideoJNI
-
- Encoder_getNumDroppedFrames(long, Encoder) - Static method in class io.humble.video.VideoJNI
-
- Encoder_make__SWIG_0(long, Codec) - Static method in class io.humble.video.VideoJNI
-
- Encoder_make__SWIG_1(long, Coder) - Static method in class io.humble.video.VideoJNI
-
- Encoder_open(long, Encoder, long, KeyValueBag, long, KeyValueBag) - Static method in class io.humble.video.VideoJNI
-
- Encoder_SWIGUpcast(long) - Static method in class io.humble.video.VideoJNI
-
- encodeVideo(MediaPacket, MediaPicture) - Method in class io.humble.video.Encoder
-
Encode the given MediaPicture using this encoder.
The MediaPicture will allocate a buffer to use internally for this, and
will free it when the frame destroys itself.
Also, when done in order to flush the encoder, caller should call
this method passing in 0 (null) for frame to tell the encoder
to flush any data it was keeping a hold of.
- equals(Object) - Method in class io.humble.ferry.AtomicInteger
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.ferry.Buffer
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.ferry.Logger
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.ferry.Mutex
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.ferry.RefCountedTester
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.AudioChannel
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.AudioFormat
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.BitStreamFilter
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.BitStreamFilterType
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Codec
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.CodecDescriptor
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.CodecProfile
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Coder
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Configurable
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Container
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.ContainerFormat
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.ContainerStream
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Decoder
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Demuxer
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.DemuxerFormat
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.DemuxerStream
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Encoder
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Filter
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.FilterAudioSink
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.FilterAudioSource
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.FilterEndPoint
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.FilterGraph
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.FilterLink
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.FilterPictureSink
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.FilterPictureSource
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.FilterSink
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.FilterSource
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.FilterType
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Global
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.IndexEntry
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.KeyValueBag
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Media
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaAudio
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaAudioResampler
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaDescriptor
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaEncoded
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaPacket
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaPicture
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaPictureResampler
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaRaw
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaResampler
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaSampled
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaSubtitle
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MediaSubtitleRectangle
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Muxer
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MuxerFormat
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.MuxerStream
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.PixelComponentDescriptor
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.PixelFormat
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.PixelFormatDescriptor
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Property
-
Compares two values, returning true if the underlying objects in native code are the same object.
- equals(Object) - Method in class io.humble.video.Rational
-
Compares two values, returning true if the underlying objects in native code are the same object.
- error(String, int, String) - Method in class io.humble.ferry.Logger
-
- gc() - Method in class io.humble.ferry.JNIMemoryManager
-
Do a Ferry Garbage Collection.
- gc(boolean) - Method in class io.humble.ferry.JNIMemoryManager
-
Does a Ferry Garbage Collection, and also sweeps our internal
JNIReference heap to remove any lightweight references we may
have left around.
- generateUniqueName(Object) - Static method in class io.humble.video.customio.HumbleIO
-
Generates a unique name suitable for using in the map methods for the URL
parameter.
- generateUniqueName(Object, String) - Static method in class io.humble.video.customio.HumbleIO
-
Generates a unique name suitable for using in the map methods for the URL
parameter.
- get() - Method in class io.humble.ferry.AtomicInteger
-
- get(int, byte[], int, int) - Method in class io.humble.ferry.Buffer
-
Absolute bulk get method.
- get(int, short[], int, int) - Method in class io.humble.ferry.Buffer
-
Absolute bulk get method.
- get(int, int[], int, int) - Method in class io.humble.ferry.Buffer
-
Absolute bulk get method.
- get(int, long[], int, int) - Method in class io.humble.ferry.Buffer
-
Absolute bulk get method.
- get(int, double[], int, int) - Method in class io.humble.ferry.Buffer
-
Absolute bulk get method.
- get(int, float[], int, int) - Method in class io.humble.ferry.Buffer
-
Absolute bulk get method.
- get(int, char[], int, int) - Method in class io.humble.ferry.Buffer
-
Absolute bulk get method.
- getAllocator(long) - Static method in class io.humble.ferry.JNIMemoryAllocator
-
Internal Only.
- getAlternateSampleFormat(AudioFormat.Type, boolean) - Static method in class io.humble.video.AudioFormat
-
Return the planar<->packed alternative form of the given sample format, or
SAMPLE_FMT_NONE on error.
- getAndAdd(int) - Method in class io.humble.ferry.AtomicInteger
-
- getAndDecrement() - Method in class io.humble.ferry.AtomicInteger
-
- getAndIncrement() - Method in class io.humble.ferry.AtomicInteger
-
- getAndSet(int) - Method in class io.humble.ferry.AtomicInteger
-
- getASS() - Method in class io.humble.video.MediaSubtitleRectangle
-
- getAttachedPic() - Method in class io.humble.video.ContainerStream
-
For containers with Stream.Disposition.DISPOSITION_ATTACHED_PIC,
this returns a read-only copy of the packet containing the
picture (needs to be decoded separately).
- getAudio(MediaAudio) - Method in class io.humble.video.FilterAudioSink
-
- getAutoConvert() - Method in class io.humble.video.FilterGraph
-
- getAVCodecVersion() - Static method in class io.humble.video.Global
-
Get the version of the FFMPEG libavcodec library we are compiled against.
- getAVCodecVersionStr() - Static method in class io.humble.video.Global
-
Get the version of the FFMPEG libavcodec library we are compiled against.
- getAVFormatVersion() - Static method in class io.humble.video.Global
-
Get the version of the FFMPEG libavformat library we are compiled against.
- getAVFormatVersionStr() - Static method in class io.humble.video.Global
-
Get the version of the FFMPEG libavformat library we are compiled against.
- getBestCodecTag(Codec.ID) - Method in class io.humble.video.MuxerFormat
-
Get the 'best' codec tag for the given codec id for this container.
- getBestEffortTimeStamp() - Method in class io.humble.video.MediaRaw
-
frame timestamp estimated using various heuristics, in stream time base
- encoding: unused
- decoding: set by libavcodec, read by user.
- getBestEffortTimeStamp() - Method in class io.humble.video.MediaSubtitle
-
- getBitRate() - Method in class io.humble.video.Demuxer
-
Get the calculated overall bit rate of this file.
- getBitsPerPixel() - Method in class io.humble.video.PixelFormatDescriptor
-
Return the number of bits per pixel used by the pixel format
described by pixdesc.
- getBitStreamFilterType(int) - Static method in class io.humble.video.BitStreamFilterType
-
- getBitStreamFilterType(String) - Static method in class io.humble.video.BitStreamFilterType
-
- getBufferSize() - Method in class io.humble.ferry.Buffer
-
Get the current maximum number of bytes that can
be safely placed in this buffer.
- getBufferSizeNeeded(int, int, AudioFormat.Type) - Static method in class io.humble.video.AudioFormat
-
Get the size of a buffer in bytes that would be required to hold the
number of samples of audio in the given format and with the given number of channels.
- getBufferSizeNeeded(int, int, PixelFormat.Type) - Static method in class io.humble.video.PixelFormat
-
Find the buffer size that would be necessary to store an image
with the given qualities.
- getByteArray(int, int) - Method in class io.humble.ferry.Buffer
-
Returns up to length bytes, starting at offset in the
underlying buffer we're managing.
- getByteBuffer(int, int) - Method in class io.humble.ferry.Buffer
-
Returns up to length bytes, starting at offset in the underlying
buffer we're managing.
- getByteBuffer(int, int, AtomicReference<JNIReference>) - Method in class io.humble.ferry.Buffer
-
Returns up to length bytes, starting at offset in the underlying
buffer we're managing, and also passed back a
JNIReference
that can optionally be used by the caller to free the underlying
native memory.
- getBytesPerSample(AudioFormat.Type) - Static method in class io.humble.video.AudioFormat
-
Return number of bytes per sample.
- getBytesPerSample() - Method in class io.humble.video.MediaAudio
-
Number of bytes in one sample of one channel of audio in this object.
- getCapabilities() - Method in class io.humble.video.Codec
-
Get a bitmask of the supported CodecCapability flags.
- getChannelBitmask(String) - Static method in class io.humble.video.AudioChannel
-
Return a channel layout bitmask that matches name, or 0 if no match is found.
name can be one or several of the following notations,
separated by '+' or '|':
- the name of an usual channel layout (mono, stereo, 4.0, quad, 5.0,
5.0(side), 5.1, 5.1(side), 7.1, 7.1(wide), downmix);
- the name of a single channel (FL, FR, FC, LFE, BL, BR, FLC, FRC, BC,
SL, SR, TC, TFL, TFC, TFR, TBL, TBC, TBR, DL, DR);
- a number of channels, in decimal, optionally followed by 'c', yielding
the default channel layout for that number of channels (@see av_get_default_channel_layout);- a channel layout mask, in hexadecimal starting with "0x" (see the Layout and Channel enums).
Example: "stereo+FC" = "2+FC" = "2c+1c" = "0x7"
- getChannelDescription(AudioChannel.Type) - Static method in class io.humble.video.AudioChannel
-
Get the description of a given channel.
- getChannelFromLayoutAtIndex(AudioChannel.Layout, int) - Static method in class io.humble.video.AudioChannel
-
Get the channel with the given index in channel_layout.
- getChannelLayout() - Method in class io.humble.video.Coder
-
Get the channel layout.
- getChannelLayout() - Method in class io.humble.video.FilterLink
-
- getChannelLayout() - Method in class io.humble.video.MediaAudio
-
What is the channel layout of the audio in this buffer?
- getChannelLayoutString(int, long) - Static method in class io.humble.video.AudioChannel
-
Return a description of a channel bitmask.
If numChannels is <= 0, it is guessed from the layout.
Note to C/C++ callers.
- getChannelName(AudioChannel.Type) - Static method in class io.humble.video.AudioChannel
-
Get the name of a given channel.
- getChannels() - Method in class io.humble.video.Coder
-
Get the number of channels in this audio stream
- getChannels() - Method in class io.humble.video.MediaAudio
-
Number of channels of audio in this object.
- getCodec() - Method in class io.humble.video.Coder
-
The Codec this StreamCoder will use.
- getCodecID() - Method in class io.humble.video.Coder
-
A short hand for getCodec().getID().
- getCodecType() - Method in class io.humble.video.Coder
-
A short hand for getCodec().getType().
- getCodedPictureNumber() - Method in class io.humble.video.MediaPicture
-
picture number in bitstream order
- getCoder() - Method in class io.humble.video.MuxerStream
-
Get the Coder that this stream was created with.
Note: this can be either an Encoder or a Decoder.
- getComponentDescriptor(int) - Method in class io.humble.video.PixelFormatDescriptor
-
Parameters that describe how pixels are packed.
If the format has 2 or 4 components, then alpha is last.
If the format has 1 or 2 components, then luma is 0.
If the format has 3 or 4 components,
if the RGB flag is set then 0 is red, 1 is green and 2 is blue;
otherwise 0 is luma, 1 is chroma-U and 2 is chroma-V.
- getContainer() - Method in class io.humble.video.ContainerStream
-
Get the underlying container for this stream, or null if Humble Video
doesn't know.
- getConvergenceDuration() - Method in class io.humble.video.MediaPacket
-
Time difference in IStream#getTimeBase() units
from the presentation time stamp of this
packet to the point at which the output from the decoder has converged
independent from the availability of previous frames.
- getConverterClass() - Method in class io.humble.video.awt.MediaPictureConverterFactory.Type
-
Get the class responsible for converting between types.
- getCPUArch(String) - Static method in class io.humble.ferry.JNIEnv
-
Get the CPU architecture based on the passed in javaCPUArch specifier.
- getCPUArch() - Method in class io.humble.ferry.JNIEnv
-
- getCPUArchFromGNUString(String) - Static method in class io.humble.ferry.JNIEnv
-
Return a CPUArch from parsing a GNU autoconf triple.
- getCurrentDts() - Method in class io.humble.video.ContainerStream
-
The current Decompression Time Stamp that will be used on this stream,
in #getTimeBase() units.
- getCurrentRefCount() - Method in class io.humble.ferry.RefCounted
-
Return the current reference count on this object.
- getData(int) - Method in class io.humble.video.MediaAudio
-
Get any underlying raw data available for this object.
- getData() - Method in class io.humble.video.MediaPacket
-
Get any underlying raw data available for this packet.
- getData(int) - Method in class io.humble.video.MediaPicture
-
Get any underlying raw data available for this object.
- getDataInput() - Method in class io.humble.video.customio.DataInputOutputHandler
-
Returns the
DataInput we'd input from if asked.
- getDataOutput() - Method in class io.humble.video.customio.DataInputOutputHandler
-
- getDataPlaneSize(int) - Method in class io.humble.video.MediaAudio
-
The total number of bytes in #getData() that represent valid audio data.
If #isComplete() returns true, this returns the total number of bytes
returned by #getData(int) that are readable from.
- getDataPlaneSize(int) - Method in class io.humble.video.MediaPicture
-
The total number of bytes in #getData() that represent valid image data.
- getDataPlaneSizeNeeded(int, int, AudioFormat.Type) - Static method in class io.humble.video.AudioFormat
-
Get the size of a plane of audio bytes that would be required to hold the
number of samples of audio in the given format and with the given number of channels.
- getDecoder() - Method in class io.humble.video.DemuxerStream
-
Get the decoder that can decode the information in this Demuxer stream.
- getDefault() - Method in class io.humble.video.Property
-
Get the default setting this flag would have it not set.
- getDefaultAsDouble() - Method in class io.humble.video.Property
-
Get the default setting this flag would have it not set.
- getDefaultAudioCodecId() - Method in class io.humble.video.MuxerFormat
-
Get the default audio codec for this format.
- getDefaultLayout(int) - Static method in class io.humble.video.AudioChannel
-
Return default channel layout for a given number of channels.
- getDefaultSubtitleCodecId() - Method in class io.humble.video.MuxerFormat
-
Get the default subtitle coded for this format.
- getDefaultTimeBase() - Static method in class io.humble.video.Global
-
The default timebase used by media if not otherwise specified.
- getDefaultVideoCodecId() - Method in class io.humble.video.MuxerFormat
-
Get the default video codec for this format.
- getDelay(long) - Method in class io.humble.video.MediaAudioResampler
-
Gets the delay the next input sample will experience relative to the next output sample.
The resampler can buffer data if more input has been provided than available
output space, also converting between sample rates needs a delay.
This function returns the sum of all such delays.
The exact delay is not necessarily an integer value in either input or
output sample rate.
- getDemuxer() - Method in class io.humble.video.DemuxerStream
-
Get the Demuxer this DemuxerStream belongs to.
- getDenominator() - Method in class io.humble.video.Rational
-
Get the denominator for this rational.
- getDepthMinus1() - Method in class io.humble.video.PixelComponentDescriptor
-
number of bits in the component minus 1
- getDescription() - Method in interface io.humble.video.awt.MediaPictureConverter
-
Return a written description of the converter.
- getDescription() - Method in class io.humble.video.FilterType
-
- getDescriptor() - Method in class io.humble.video.awt.MediaPictureConverterFactory.Type
-
Get the unique string which describes this converter.
- getDescriptor(PixelFormat.Type) - Static method in class io.humble.video.PixelFormat
-
- getDisplayPictureNumber() - Method in class io.humble.video.MediaPicture
-
picture number in display order
- getDisplayString() - Method in class io.humble.video.FilterGraph
-
- getDisposition() - Method in class io.humble.video.ContainerStream
-
Get the Stream.Disposition of this stream.
- getDouble() - Method in class io.humble.video.Rational
-
Rational to double conversion.
- getDts() - Method in class io.humble.video.MediaPacket
-
Get the Decompression Time Stamp (DTS) for this packet.
- getDuration() - Method in class io.humble.video.ContainerStream
-
Return the duration, in #getTimeBase() units, of this stream,
or Global#NO_PTS if unknown.
- getDuration() - Method in class io.humble.video.Demuxer
-
Gets the duration, if known, of this container.
This will only work for non-streamable containers where Demuxer
can calculate the container size.
- getDuration() - Method in class io.humble.video.MediaPacket
-
Return the duration of this packet, in units of #getTimeBase()
- getEndDisplayTime() - Method in class io.humble.video.MediaSubtitle
-
Get the end display time in ms, relative to #getTimeStamp().
- getEnv() - Static method in class io.humble.ferry.JNIEnv
-
Get the (static)
JNIEnv for this JVM.
- getError(int) - Method in class io.humble.video.MediaPicture
-
Get the error flags (if any) that the decoder set for this image on any given plane.
- getExpandIncrement() - Method in class io.humble.ferry.JNIMemoryManager
-
Get the percentage value we will increment the reference cache by
if we need to expand it.
- getExtensions() - Method in class io.humble.video.ContainerFormat
-
A comma-separated list of supported filename extensions
- getExtensions() - Method in class io.humble.video.DemuxerFormat
-
A comma-separated list of supported filename extensions
- getExtensions() - Method in class io.humble.video.MuxerFormat
-
A comma-separated list of supported filename extensions
- getFactory() - Static method in class io.humble.video.customio.HumbleIO
-
Get the singleton factory object for this class.
- getFileSize() - Method in class io.humble.video.Demuxer
-
Get the file size in bytes of this container.
This will only return a valid value if the container is non-streamed and supports seek.
- getFilter(String) - Method in class io.humble.video.FilterGraph
-
- getFilterGraph() - Method in class io.humble.video.FilterLink
-
Get the FilterGraph this FilterLink belongs to.
- getFilterType(int) - Static method in class io.humble.video.FilterType
-
- getFlag(Coder.Flag) - Method in class io.humble.video.Coder
-
Check if a given flag is set.
- getFlag(ContainerFormat.Flag) - Method in class io.humble.video.ContainerFormat
-
Find out if the given Flag is set for this ContainerFormat.
- getFlag(Container.Flag) - Method in class io.humble.video.Demuxer
-
Get the setting for the specified flag
- getFlag(FilterType.Flag) - Method in class io.humble.video.FilterType
-
- getFlag(PixelFormatDescriptor.Flag) - Method in class io.humble.video.PixelFormatDescriptor
-
Is the given flag set on this format?
- getFlag2(Coder.Flag2) - Method in class io.humble.video.Coder
-
Check if a given flag2 flag is set.
- getFlagConstant(int) - Method in class io.humble.video.Property
-
If this IProperty is of the type Type#PROPERTY_FLAGS, this method will
give you another IProperty representing a constant setting for that flag.
- getFlagConstant(String) - Method in class io.humble.video.Property
-
If this IProperty is of the type Type#PROPERTY_FLAGS, this method will
give you another IProperty representing a constant setting for that flag.
- getFlags() - Method in class io.humble.video.Coder
-
Get the 32-bit compliment of all flags.
- getFlags() - Method in class io.humble.video.ContainerFormat
-
Flags that tell you what capabilities this format supports.
- getFlags() - Method in class io.humble.video.Demuxer
-
Get the flags associated with this object.
- getFlags() - Method in class io.humble.video.DemuxerFormat
-
Flags that tell you what capabilities this format supports.
- getFlags() - Method in class io.humble.video.FilterType
-
- getFlags() - Method in class io.humble.video.IndexEntry
-
Flags set for this entry.
- getFlags() - Method in class io.humble.video.MediaPacket
-
Get any flags set on this packet, as a 4-byte binary-ORed bit-mask.
This is access to raw FFMPEG
flags, but it is easier to use the is* methods below.
- getFlags() - Method in class io.humble.video.MediaSubtitleRectangle
-
- getFlags() - Method in class io.humble.video.MuxerFormat
-
Flags that tell you what capabilities this format supports.
- getFlags() - Method in class io.humble.video.PixelFormatDescriptor
-
Get the flags for this Pixel Format.
- getFlags() - Method in class io.humble.video.Property
-
Get any set flags (a bitmask) for this option.
- getFlags2() - Method in class io.humble.video.Coder
-
Get the 32-bit compliment of all flags 2 flags
- getFormat(String) - Static method in class io.humble.video.AudioFormat
-
Return a sample format corresponding to name, or SAMPLE_FMT_NONE
on error.
- getFormat() - Method in class io.humble.video.Demuxer
-
Get the DemuxerFormat associated with this Demuxer
or null if unknown.
- getFormat() - Method in class io.humble.video.javaxsound.AudioFrame
-
Get the audio format being used.
- getFormat() - Method in class io.humble.video.MediaAudio
-
Format of audio in this object.
- getFormat() - Method in class io.humble.video.MediaPicture
-
- getFormat() - Method in class io.humble.video.MediaSubtitle
-
- getFormat() - Method in class io.humble.video.Muxer
-
Get the MuxerFormat associated with this Muxer
or null if unknown.
- getFormat(int) - Static method in class io.humble.video.MuxerFormat
-
Return an object for the input format at the given index.
- getFormat(String) - Static method in class io.humble.video.PixelFormat
-
Return the pixel format corresponding to name.
If there is no pixel format with name name, then looks for a
pixel format with the name corresponding to the native endian
format of name.
For example in a little-endian system, first looks for "gray16",
then for "gray16le".
Finally if no pixel format has been found, returns AV_PIX_FMT_NONE.
- getFormat() - Method in class io.humble.video.PixelFormatDescriptor
-
- getFormatName(PixelFormat.Type) - Static method in class io.humble.video.PixelFormat
-
Return the short name for a pixel format, NULL in case pix_fmt is
unknown.
- getFormats() - Static method in class io.humble.video.DemuxerFormat
-
Return a collection of all input formats installed on this system.
- getFormats() - Static method in class io.humble.video.MuxerFormat
-
Return a collection of all output formats installed on this system.
- getFormattedTimeStamp() - Method in class io.humble.video.Media
-
Get a string representation of the time stamp for this
Media.
- getFormattedTimeStamp(String) - Method in class io.humble.video.Media
-
Get a string representation of the time stamp for this
Media.
- getFrameCount() - Method in class io.humble.video.Coder
-
Get the number of frames encoded/decoded so far.
If encoding or decoding has an error, this count is not incremented.
- getFrameRate() - Method in class io.humble.video.ContainerStream
-
Get the (sometimes estimated) average frame rate of this container.
For variable frame-rate containers (they do exist) this is just
an approximation.
- getFrameSize() - Method in class io.humble.video.Coder
-
Number of samples per channel in an audio frame.
- encoding: Each submitted frame
except the last must contain exactly frame_size samples per channel.
May be 0 when the codec has CODEC_CAP_VARIABLE_FRAME_SIZE set, then the
frame size is not restricted.
- decoding: may be set by some decoders to indicate constant frame size
- getFrameSize() - Method in class io.humble.video.FilterSink
-
Get the frame size.
- getGlobalInterruptHandler() - Static method in class io.humble.ferry.JNIThreadProxy
-
Gets the current global interrupt handler
- getGraph() - Method in class io.humble.video.Filter
-
- getHandler(String, String, int) - Method in class io.humble.video.customio.FileProtocolHandlerFactory
-
- getHandler(String, String, int) - Method in class io.humble.video.customio.HumbleIO
-
Called by FFMPEG in order to get a handler to use for a given file.
- getHandler(String, String, int) - Method in interface io.humble.video.customio.IURLProtocolHandlerFactory
-
Called by FFMPEG in order to get a handler to use for a given file.
- getHandler(String, String, int) - Method in class io.humble.video.customio.NullProtocolHandlerFactory
-
- getHandler(String, int) - Method in class io.humble.video.customio.URLProtocolManager
-
- getHeight() - Method in class io.humble.video.Coder
-
The height, in pixels.
- getHeight() - Method in class io.humble.video.FilterLink
-
- getHeight() - Method in class io.humble.video.MediaPicture
-
- getHeight() - Method in class io.humble.video.MediaSubtitleRectangle
-
- getHelp() - Method in class io.humble.video.Property
-
Get the (English) help string for this property.
- getID() - Method in class io.humble.video.Codec
-
Get the ID of this codec as an enumeration.
- getId() - Method in class io.humble.video.CodecDescriptor
-
Get the codec ID for this descriptor
- getId() - Method in class io.humble.video.ContainerStream
-
Return a container format specific id for this stream.
- getIDAsInt() - Method in class io.humble.video.Codec
-
Get the ID of this codec, as an integer.
- getImageType() - Method in interface io.humble.video.awt.MediaPictureConverter
-
Get the image type, as defined by
BufferedImage, which
this converter recognizes.
- getImageType() - Method in class io.humble.video.awt.MediaPictureConverterFactory.Type
-
- getIndex() - Method in class io.humble.video.ContainerStream
-
Get the relative position this stream has in the hosting
Container object.
- getIndexEntries() - Method in class io.humble.video.ContainerStream
-
Get an ordered sequence of index entries in this Stream.
- getIndexEntry(int) - Method in class io.humble.video.ContainerStream
-
Get the IndexEntry at the given position in this
Stream object's index.
- getIndexOfChannelInLayout(AudioChannel.Layout, AudioChannel.Type) - Static method in class io.humble.video.AudioChannel
-
Get the index of a channel in channel_layout.
- getInputBufferLength() - Method in class io.humble.video.Demuxer
-
Return the input buffer length.
- getInputChannels() - Method in class io.humble.video.MediaAudioResampler
-
Get number of input channels (derived from #getInputLayout()).
- getInputFilter() - Method in class io.humble.video.FilterLink
-
- getInputFormat() - Method in class io.humble.video.MediaAudioResampler
-
Get input audio format.
- getInputFormat() - Method in class io.humble.video.MediaPictureResampler
-
Get the input pixel format.
- getInputHeight() - Method in class io.humble.video.MediaPictureResampler
-
Get the height in pixels we expect on the input frame to the resampler.
- getInputLayout() - Method in class io.humble.video.MediaAudioResampler
-
Get input channel layout.
- getInputLink(int) - Method in class io.humble.video.Filter
-
- getInputName(int) - Method in class io.humble.video.Filter
-
- getInputName(int) - Method in class io.humble.video.FilterType
-
- getInputPadName() - Method in class io.humble.video.FilterLink
-
- getInputPadType() - Method in class io.humble.video.FilterLink
-
- getInputSampleRate() - Method in class io.humble.video.MediaAudioResampler
-
Get input sample rate.
- getInputStream() - Method in class io.humble.video.customio.InputOutputStreamHandler
-
Returns the stream we'd input from if asked.
- getInputType(int) - Method in class io.humble.video.Filter
-
- getInputType(int) - Method in class io.humble.video.FilterType
-
- getInputWidth() - Method in class io.humble.video.MediaPictureResampler
-
Get the width in pixels we expect on the input frame to the resampler.
- getInstalledBitStreamFilterTypes() - Static method in class io.humble.video.BitStreamFilterType
-
Gets a collection of ALL codecs installed on this
system.
- getInstalledCodec(int) - Static method in class io.humble.video.Codec
-
Get the ICodec at the given index.
- getInstalledCodecs() - Static method in class io.humble.video.Codec
-
Gets a collection of ALL codecs installed on this
system.
- getInstalledFormatDescriptor(int) - Static method in class io.humble.video.PixelFormat
-
Returns the 'i'th pixel format descriptor that is known to humble video
- getJavaFormat() - Method in interface io.humble.video.javaxsound.MediaAudioConverter
-
- getKeys() - Method in class io.humble.video.KeyValueBag
-
Get the set of keys currently in this
KeyValueBag object
as an unordered collection.
- getLayoutName(AudioChannel.Layout) - Static method in class io.humble.video.AudioChannel
-
Get the value and name of a standard channel layout.
index index in an internal list, starting at 0
layout channel layout mask
name name of the layout
- getLineSize(int) - Method in class io.humble.video.MediaPicture
-
The width in pixels of a line of the image in the given plane.
The plane from the data.
- getLog2ChromaHeight() - Method in class io.humble.video.PixelFormatDescriptor
-
Amount to shift the luma height right to find the chroma height.
For YV12 this is 1 for example.
chroma_height= -((-luma_height) >> log2_chroma_h)
The note above is needed to ensure rounding up.
This value only refers to the chroma components.
- getLog2ChromaWidth() - Method in class io.humble.video.PixelFormatDescriptor
-
Amount to shift the luma width right to find the chroma width.
For YV12 this is 1 for example.
chroma_width = -((-luma_width) >> log2_chroma_w)
The note above is needed to ensure rounding up.
This value only refers to the chroma components.
- getLogger(String) - Static method in class io.humble.ferry.Logger
-
Returns a new Logger object for this loggerName.
- getLogger(String) - Static method in class io.humble.ferry.NativeLogger
-
- getLongName() - Method in class io.humble.video.Codec
-
Get the long name for this codec.
- getLongName() - Method in class io.humble.video.CodecDescriptor
-
A more descriptive name for this codec.
- getLongName() - Method in class io.humble.video.ContainerFormat
-
Descriptive name for the format, meant to be more human-readable
than name.
- getLongName() - Method in class io.humble.video.DemuxerFormat
-
Descriptive name for the format, meant to be more human-readable
than name.
- getLongName() - Method in class io.humble.video.MuxerFormat
-
Descriptive name for the format, meant to be more human-readable
than name.
- getMajorVersion() - Static method in class io.humble.ferry.Ferry
-
The Major Version Number (Currently
"").
- getManager() - Static method in class io.humble.video.customio.URLProtocolManager
-
Factory method to get the global protocol manager.
- getMaxDelay() - Method in class io.humble.video.Demuxer
-
Gets the AVFormatContext.max_delay property if possible.
- getMaxFreeRatio() - Method in class io.humble.ferry.JNIMemoryManager
-
Get the maximum ratio of free space we'll allow in a memory manager heap
before trying to shrink on the next collection.
- getMaxNumSamples() - Method in class io.humble.video.MediaAudio
-
- getMaxSize() - Method in class io.humble.video.MediaPacket
-
Get the maximum size (in bytes) of payload this packet can hold.
- getMediaChannels() - Method in interface io.humble.video.javaxsound.MediaAudioConverter
-
The number of channels this converter assumes input audio has.
- getMediaFormat() - Method in interface io.humble.video.javaxsound.MediaAudioConverter
-
- getMediaLayout() - Method in interface io.humble.video.javaxsound.MediaAudioConverter
-
The Humble AudioChannel.Layout this converter converts form.
- getMediaSampleRate() - Method in interface io.humble.video.javaxsound.MediaAudioConverter
-
The sample rate this convert assumes input audio has.
- getMediaType() - Method in class io.humble.video.FilterLink
-
- getMemoryModel() - Static method in class io.humble.ferry.FerryJNI
-
Internal Only.
- getMemoryModel() - Static method in class io.humble.ferry.JNIMemoryManager
-
- getMetaData() - Method in class io.humble.video.ContainerStream
-
Get the KeyValueBag for this object,
or null if none.
- getMetaData() - Method in class io.humble.video.Demuxer
-
Get the KeyValueBag of media MetaData for this object,
or null if none.
- getMetaData() - Method in class io.humble.video.MediaRaw
-
Get any meta-data associated with this media item
- getMgr() - Static method in class io.humble.ferry.JNIMemoryManager
-
- getMgr() - Static method in class io.humble.ferry.JNIReference
-
- getMimeType() - Method in class io.humble.video.MuxerFormat
-
Get the mime type for this format.
- getMinDistance() - Method in class io.humble.video.IndexEntry
-
Minimum number of index entries between this index entry
and the last keyframe in the index, used to avoid unneeded searching.
- getMinFreeRatio() - Method in class io.humble.ferry.JNIMemoryManager
-
Gets the minimum ratio of free space to total memory manager heap
size we'll allow before expanding the heap.
- getMinimumReferencesToCache() - Method in class io.humble.ferry.JNIMemoryManager
-
Get the minimum number of references to cache.
- getMinorVersion() - Static method in class io.humble.ferry.Ferry
-
The Minor Version Number (Currently
"").
- getMuxer() - Method in class io.humble.video.MuxerStream
-
Get the Muxer that this stream belongs to.
- getName() - Method in class io.humble.ferry.JNILibrary
-
- getName() - Method in class io.humble.ferry.Logger
-
- getName() - Method in class io.humble.ferry.NativeLogger
-
- getName(AudioFormat.Type) - Static method in class io.humble.video.AudioFormat
-
Return the name of format, or NULL if format is not
recognized.
- getName() - Method in class io.humble.video.BitStreamFilter
-
Get the name of this filter.
- getName() - Method in class io.humble.video.BitStreamFilterType
-
- getName() - Method in class io.humble.video.Codec
-
Get the name of the codec.
- getName() - Method in class io.humble.video.CodecDescriptor
-
Name of the codec.
- getName() - Method in class io.humble.video.CodecProfile
-
Get the name for this profile.
- getName() - Method in class io.humble.video.ContainerFormat
-
Name for format.
- getName() - Method in class io.humble.video.DemuxerFormat
-
Name for format.
- getName() - Method in class io.humble.video.Filter
-
- getName() - Method in class io.humble.video.FilterType
-
- getName() - Method in class io.humble.video.MuxerFormat
-
Name for format.
- getName() - Method in class io.humble.video.PixelFormatDescriptor
-
Get the name of this pixel descriptor
- getName() - Method in class io.humble.video.Property
-
Get the name for this property.
- getNativeValue() - Method in enum io.humble.ferry.JNIMemoryManager.MemoryModel
-
Get the native value to pass to native code
- getNextPts(long) - Method in class io.humble.video.MediaAudioResampler
-
Convert the next timestamp from input to output
timestamps are in 1/(in_sample_rate * out_sample_rate) units.
Note: There are 2 slightly differently behaving modes.
First is when automatic timestamp compensation is not used, (min_compensation >= FLT_MAX)
in this case timestamps will be passed through with delays compensated
Second is when automatic timestamp compensation is used, (min_compensation < FLT_MAX)
in this case the output timestamps will match output sample numbers
- getNumBitStreamFilterTypes() - Static method in class io.humble.video.BitStreamFilterType
-
- getNumChannelsInLayout(AudioChannel.Layout) - Static method in class io.humble.video.AudioChannel
-
Return the number of channels in the channel layout.
- getNumColors() - Method in class io.humble.video.MediaSubtitleRectangle
-
- getNumComponents() - Method in class io.humble.video.PixelFormatDescriptor
-
The number of components each pixel has, (1-4)
- getNumDataPlanes() - Method in class io.humble.video.MediaAudio
-
Returns the number of data planes in this object.
- getNumDataPlanes() - Method in class io.humble.video.MediaPicture
-
Returns the number of data planes in this object.
- getNumDroppedFrames() - Method in class io.humble.video.Encoder
-
the number of media object the encoder had to drop (i.e.
- getNumerator() - Method in class io.humble.video.Rational
-
Get the numerator for this rational.
- getNumFilterTypes() - Static method in class io.humble.video.FilterType
-
- getNumFlagSettings() - Method in class io.humble.video.Property
-
If this IProperty is of the type Type#PROPERTY_FLAGS, this method will
tell you how many different flag settings it takes.
- getNumFormats() - Static method in class io.humble.video.MuxerFormat
-
Get the number of input formats this install can demultiplex (read)
from.
- getNumFrames() - Method in class io.humble.video.ContainerStream
-
Returns the number of encoded frames if known.
- getNumIndexEntries() - Method in class io.humble.video.ContainerStream
-
Get the number of index entries in this stream.
- getNumInputs() - Method in class io.humble.video.Filter
-
- getNumInputs() - Method in class io.humble.video.FilterType
-
- getNumInstalledCodecs() - Static method in class io.humble.video.Codec
-
Capability flags
Get the number of installed codecs on this system.
- getNumInstalledFormats() - Static method in class io.humble.video.PixelFormat
-
Returns the total number of pixel format descriptors known to humble video.
- getNumKeys() - Method in class io.humble.video.KeyValueBag
-
Get the total number of keys currently in this
KeyValueBag object.
- getNumOutputs() - Method in class io.humble.video.Filter
-
- getNumOutputs() - Method in class io.humble.video.FilterType
-
- getNumPinnedObjects() - Method in class io.humble.ferry.JNIMemoryManager
-
Get the number of Ferry objects we believe are still in use.
- getNumPlanes(PixelFormat.Type) - Static method in class io.humble.video.PixelFormat
-
- getNumProperties() - Method in class io.humble.video.Configurable
-
Returns the total number of settable properties on this object
- getNumRectangles() - Method in class io.humble.video.MediaSubtitle
-
Get the number of rectangles this subtitle draws
- getNumResampledSamples(int) - Method in class io.humble.video.MediaAudioResampler
-
Returns the number of resampled samples (rounded up) that would
be required when resampling a given number of samples.
That was a mouthful, yes? So here's the way to think of this.
- getNumSamples() - Method in class io.humble.video.MediaAudio
-
- getNumSamples() - Method in class io.humble.video.MediaSampled
-
The number of samples in this frame of sampled data.
- getNumSideDataElems() - Method in class io.humble.video.MediaPacket
-
Get the number of side data elements in this packet.
- getNumSinks() - Method in class io.humble.video.FilterGraph
-
- getNumSources() - Method in class io.humble.video.FilterGraph
-
- getNumStreams() - Method in class io.humble.video.Container
-
The number of streams in this container.
- getNumStreams() - Method in class io.humble.video.Muxer
-
Get the number of streams in this container.
- getNumSupportedAudioChannelLayouts() - Method in class io.humble.video.Codec
-
Get the number of different audio channel layouts this codec supports
for encoding.
- getNumSupportedAudioFormats() - Method in class io.humble.video.Codec
-
Get the number of different audio sample formats this codec supports
for encoding.
- getNumSupportedAudioSampleRates() - Method in class io.humble.video.Codec
-
Get the number of different audio sample rates this codec supports
for encoding.
- getNumSupportedProfiles() - Method in class io.humble.video.Codec
-
Get the number of supported CodecProfiles this codec
supports.
- getNumSupportedVideoFrameRates() - Method in class io.humble.video.Codec
-
Get the number of frame rates this codec supports for encoding.
Not all codecs will report this number.
- getNumSupportedVideoPixelFormats() - Method in class io.humble.video.Codec
-
Get the number of supported video pixel formats this codec supports
for encoding.
- getOffsetPlus1() - Method in class io.humble.video.PixelComponentDescriptor
-
Number of elements before the component of the first pixel plus 1.
Elements are bits for bitstream formats, bytes otherwise.
- getOpen() - Method in class io.humble.video.customio.DataInputOutputHandler
-
- getOpenChannel() - Method in class io.humble.video.customio.ReadableWritableChannelHandler
-
- getOpenStream() - Method in class io.humble.video.customio.InputOutputStreamHandler
-
- getOSFamily(String) - Static method in class io.humble.ferry.JNIEnv
-
Get the OSFamily based on the passed in osName specifier.
- getOSFamily() - Method in class io.humble.ferry.JNIEnv
-
- getOSFamilyFromGNUString(String) - Static method in class io.humble.ferry.JNIEnv
-
Return an OS Family from parsing a GNU autoconf triple.
- getOutputBufferLength() - Method in class io.humble.video.Muxer
-
Return the output buffer length.
- getOutputChannels() - Method in class io.humble.video.MediaAudioResampler
-
Get number of output channels (derived from #getOutputLayout()).
- getOutputFilter() - Method in class io.humble.video.FilterLink
-
- getOutputFormat() - Method in class io.humble.video.MediaAudioResampler
-
Get output audio format.
- getOutputFormat() - Method in class io.humble.video.MediaPictureResampler
-
Get the output pixel format.
- getOutputHeight() - Method in class io.humble.video.MediaPictureResampler
-
Get the output height, in pixels.
- getOutputLayout() - Method in class io.humble.video.MediaAudioResampler
-
Get output channel layout.
- getOutputLink(int) - Method in class io.humble.video.Filter
-
- getOutputName(int) - Method in class io.humble.video.Filter
-
- getOutputName(int) - Method in class io.humble.video.FilterType
-
- getOutputPadName() - Method in class io.humble.video.FilterLink
-
- getOutputPadType() - Method in class io.humble.video.FilterLink
-
- getOutputSampleRate() - Method in class io.humble.video.MediaAudioResampler
-
Get output sample rate.
- getOutputStream() - Method in class io.humble.video.customio.InputOutputStreamHandler
-
Returns the stream we'd output to if asked.
- getOutputType(int) - Method in class io.humble.video.Filter
-
- getOutputType(int) - Method in class io.humble.video.FilterType
-
- getOutputWidth() - Method in class io.humble.video.MediaPictureResampler
-
Get the output width, in pixels.
- getPackedSampleFormat(AudioFormat.Type) - Static method in class io.humble.video.AudioFormat
-
Get the packed alternative form of the given sample format.
If the passed sample_fmt is already in packed format, the format returned is
the same as the input.
- getPacketDts() - Method in class io.humble.video.MediaRaw
-
dts copied from the Packet that triggered returning this frame
- encoding: unused
- decoding: Read by user.
- getPacketDts() - Method in class io.humble.video.MediaSubtitle
-
- getPacketDuration() - Method in class io.humble.video.MediaRaw
-
duration of the corresponding packet, expressed in
ContainerStream.getTimeBase() units, 0 if unknown.
- encoding: unused
- decoding: Read by user.
- getPacketDuration() - Method in class io.humble.video.MediaSubtitle
-
- getPacketPts() - Method in class io.humble.video.MediaRaw
-
pts copied from the Packet that was decoded to produce this frame
- encoding: unused
- decoding: Read by user.
- getPacketPts() - Method in class io.humble.video.MediaSubtitle
-
- getPacketSize() - Method in class io.humble.video.MediaRaw
-
size of the corresponding packet containing the compressed
frame.
It is set to a negative value if unknown.
- encoding: unused
- decoding: set by libavcodec, read by user.
- getPacketSize() - Method in class io.humble.video.MediaSubtitle
-
- getPaddedBitsPerPixel() - Method in class io.humble.video.PixelFormatDescriptor
-
Return the number of bits per pixel for the pixel format
described by pixdesc, including any padding or unused bits.
- getParseType() - Method in class io.humble.video.ContainerStream
-
Get how the decoding codec should parse data from this stream.
- getPicture(MediaPicture) - Method in class io.humble.video.FilterPictureSink
-
- getPictureData(int) - Method in class io.humble.video.MediaSubtitleRectangle
-
- getPictureLinesize(int) - Method in class io.humble.video.MediaSubtitleRectangle
-
- getPictureType() - Method in interface io.humble.video.awt.MediaPictureConverter
-
Get the picture type, as defined by PixelFormat.Type, which this converter
recognizes.
- getPictureType() - Method in class io.humble.video.awt.MediaPictureConverterFactory.Type
-
- getPixelAspectRatio() - Method in class io.humble.video.FilterLink
-
- getPixelFormat() - Method in class io.humble.video.Coder
-
For Video streams, get the Pixel Format in use by the stream.
- getPixelFormat() - Method in class io.humble.video.FilterLink
-
- getPlanarSampleFormat(AudioFormat.Type) - Static method in class io.humble.video.AudioFormat
-
Get the planar alternative form of the given sample format.
If the passed sample_fmt is already in planar format, the format returned is
the same as the input.
- getPlane() - Method in class io.humble.video.PixelComponentDescriptor
-
which of the 4 planes contains the component
- getPosition() - Method in class io.humble.video.IndexEntry
-
The position in bytes of the frame corresponding to this index entry
in the Container.
- getPosition() - Method in class io.humble.video.MediaPacket
-
Return the position (in bytes) of this packet in the stream.
- getProfile() - Method in class io.humble.video.CodecProfile
-
Get the type for this profile.
- getProperties() - Method in class io.humble.video.CodecDescriptor
-
A bit mask of Codec.Properties this codec has.
- getPropertyAsBoolean(String) - Method in class io.humble.video.Configurable
-
Gets the value of this property, and returns as a boolean
- getPropertyAsDouble(String) - Method in class io.humble.video.Configurable
-
Gets the value of this property, and returns as a double;
- getPropertyAsInt(String) - Method in class io.humble.video.Configurable
-
Gets the value of this property, and returns as an int;
- getPropertyAsLong(String) - Method in class io.humble.video.Configurable
-
Gets the value of this property, and returns as an long;
- getPropertyAsRational(String) - Method in class io.humble.video.Configurable
-
Gets the value of this property, and returns as an Rational;
- getPropertyAsString(String) - Method in class io.humble.video.Configurable
-
Gets a property on this Object.
- getPropertyMetaData(int) - Method in class io.humble.video.Configurable
-
Returns the name of the numbered property.
- getPropertyMetaData(String) - Method in class io.humble.video.Configurable
-
Returns the name of the named property.
- getProtocolFromURL(String) - Static method in class io.humble.video.customio.URLProtocolManager
-
Get the protocol portion of a url.
- getPts() - Method in class io.humble.video.MediaPacket
-
Get the Presentation Time Stamp (PTS) for this packet.
This is the time at which the payload for this packet should
be presented to the user, in units of
#getTimeBase(), relative to the start of stream.
- getPts() - Method in class io.humble.video.MediaRaw
-
Get the presentation time stamp
- getPts() - Method in class io.humble.video.MediaSubtitle
-
- getQuality() - Method in class io.humble.video.MediaPicture
-
quality (between 1 (good) and FF_LAMBDA_MAX (bad))
- getReadChannel() - Method in class io.humble.video.customio.ReadableWritableChannelHandler
-
Returns the channel we'd input from if asked.
- getReadRetryCount() - Method in class io.humble.video.Demuxer
-
Get the number of times Demuxer#readNextPacket(Packet)
will retry a read if it gets a Error.Type#ERROR_AGAIN
value back.
Defaults to 1 times.
- getRectangle(int) - Method in class io.humble.video.MediaSubtitle
-
- getRegisteredConverters() - Static method in class io.humble.video.awt.MediaPictureConverterFactory
-
Get a collection of the registered converters.
- getRepeatPicture() - Method in class io.humble.video.MediaPicture
-
When decoding, this signals how much the picture must be delayed.
extra_delay = repeat_pict / (2*fps)
- getResourceFromURL(String) - Static method in class io.humble.video.customio.URLProtocolManager
-
Get the resource portion of a url.
- getSampleAspectRatio() - Method in class io.humble.video.ContainerStream
-
Gets the sample aspect ratio.
- getSampleFormat() - Method in class io.humble.video.Coder
-
Get the audio sample format.
- getSampleFormat() - Method in class io.humble.video.FilterLink
-
- getSampleRate() - Method in class io.humble.video.Coder
-
Get the sample rate we use for this coder.
- getSampleRate() - Method in class io.humble.video.FilterLink
-
- getSampleRate() - Method in class io.humble.video.MediaAudio
-
Sample rate of audio, or 0 if unknown.
- getShift() - Method in class io.humble.video.PixelComponentDescriptor
-
number of least significant bits that must be shifted away to get the value
- getShrinkFactor() - Method in class io.humble.ferry.JNIMemoryManager
-
Get the shrink factor.
- getSideData(int) - Method in class io.humble.video.MediaPacket
-
Get the n'th item of SideData.
- getSideDataType(int) - Method in class io.humble.video.MediaPacket
-
Get the n'th item of SideData.
- getSink(int) - Method in class io.humble.video.FilterGraph
-
- getSink(String) - Method in class io.humble.video.FilterGraph
-
- getSize() - Method in class io.humble.ferry.Buffer
-
Returns the size, in units of #getType() of
this buffer.
- getSize() - Method in class io.humble.video.IndexEntry
-
The size of bytes of the frame this index entry points to.
- getSize() - Method in class io.humble.video.MediaPacket
-
Get the size in bytes of the payload currently in this packet.
- getSource(int) - Method in class io.humble.video.FilterGraph
-
- getSource(String) - Method in class io.humble.video.FilterGraph
-
- getStartDisplayTime() - Method in class io.humble.video.MediaSubtitle
-
Get the start display time in ms, relative to the #getTimeStamp().
- getStartTime() - Method in class io.humble.video.ContainerStream
-
Return the start time, in #getTimeBase() units, when this stream
started.
- getStartTime() - Method in class io.humble.video.Demuxer
-
Get the starting timestamp in microseconds of the first packet of the earliest stream in this container.
- getState() - Method in class io.humble.video.Coder
-
Get the state of this coder.
- getState() - Method in class io.humble.video.Demuxer
-
Get the current state of the container.
- getState() - Method in class io.humble.video.FilterGraph
-
- getState() - Method in class io.humble.video.MediaAudioResampler
-
- getState() - Method in class io.humble.video.MediaResampler
-
- getState() - Method in class io.humble.video.Muxer
-
Get the current state of the Muxer.
- getStaticLogger(String) - Static method in class io.humble.ferry.Logger
-
Get a Logger object, but ask the Logger code to
free it up once the JavaVM shuts down.
- getStepMinus1() - Method in class io.humble.video.PixelComponentDescriptor
-
Number of elements between 2 horizontally consecutive pixels minus 1.
Elements are bits for bitstream formats, bytes otherwise.
- getStream(int) - Method in class io.humble.video.Demuxer
-
Get the stream at the given position.
- getStream(int) - Method in class io.humble.video.Muxer
-
Get the MuxerStream at the given position.
- getStreamIndex() - Method in class io.humble.video.MediaPacket
-
Get the container-specific index for the stream this packet is
part of.
- getSupportedAudioChannelLayout(int) - Method in class io.humble.video.Codec
-
Get the supported audio channel layout at this index.
The value returned is a bit flag representing the different
types of audio layout this codec can support.
- getSupportedAudioChannelLayouts() - Method in class io.humble.video.Codec
-
Returns a list of supported audio channel layouts this codec can encode
audio in.
- getSupportedAudioFormat(int) - Method in class io.humble.video.Codec
-
Get the supported sample format at this index.
- getSupportedAudioFormats() - Method in class io.humble.video.Codec
-
Returns a list of supported audio sample formats this codec can encode
audio in.
- getSupportedAudioSampleRate(int) - Method in class io.humble.video.Codec
-
Return the support audio sample rate at the given index.
- getSupportedAudioSampleRates() - Method in class io.humble.video.Codec
-
Returns a list of supported audio sample rates this codec can encode
audio in.
- getSupportedCodecs() - Method in class io.humble.video.ContainerFormat
-
Returns a list of all codecs supported for this Object.
- getSupportedProfile(int) - Method in class io.humble.video.Codec
-
Get the supported CodecProfile at this index.
- getSupportedTags() - Method in class io.humble.video.ContainerFormat
-
Returns a list of all codec tags supported for this container.
- getSupportedVideoFrameRate(int) - Method in class io.humble.video.Codec
-
Return the supported frame rate at the given index.
- getSupportedVideoFrameRates() - Method in class io.humble.video.Codec
-
Returns a list of supported frame-rates this codec can encode
video to.
- getSupportedVideoPixelFormat(int) - Method in class io.humble.video.Codec
-
Return the supported video pixel format at the given index.
- getSupportedVideoPixelFormats() - Method in class io.humble.video.Codec
-
Returns a list of supported pixel formats this codec can encode
video in.
- getText() - Method in class io.humble.video.MediaSubtitleRectangle
-
- getTimeBase() - Method in class io.humble.video.Coder
-
Get the time base this stream will ENCODE in, or the time base we
detect while DECODING.
- getTimeBase() - Method in class io.humble.video.ContainerStream
-
The time base in which all timestamps (e.g.
- getTimeBase() - Method in class io.humble.video.FilterLink
-
Define the time base used by the PTS of the frames/samples
which will pass through this link.
During the configuration stage, each filter is supposed to
change only the output timebase, while the timebase of the
input link is assumed to be an unchangeable property.
- getTimeBase() - Method in class io.humble.video.Media
-
Get the time base that time stamps of this object are represented in.
Caller must release the returned value.
- getTimeBase() - Method in class io.humble.video.MediaAudioResampler
-
Get the timebase used when outputting time stamps for audio.
Defaults to 1 / (the lowest common multiple of getInputSampleRate()
and getOutputSampleRate()) in order to ensure that no rounding
of time stamps occur.
For example, if the input sample rate is 22050 and the output sample
rate is 44100, then the output time base will be (1/44100).
- getTimeBase() - Method in class io.humble.video.MediaRaw
-
Get the time base that time stamps of this object are represented in.
- getTimeStamp() - Method in class io.humble.video.IndexEntry
-
The actual time stamp, in units of Stream#getTimeBase(), of the frame this entry points to.
- getTimeStamp() - Method in class io.humble.video.Media
-
Get the time stamp of this object in getTimeBase() units.
- getTimeStamp() - Method in class io.humble.video.MediaRaw
-
Get the time stamp of this object in getTimeBase() units.
- getTimeStamp() - Method in class io.humble.video.MediaSubtitle
-
Get the presentation timestamp of this subtitle
- getType() - Method in class io.humble.ferry.Buffer
-
Get the type this buffer was created as.
- getType() - Method in class io.humble.video.BitStreamFilter
-
Get the type of this filter.
- getType() - Method in class io.humble.video.Codec
-
Get the type of this codec.
- getType() - Method in class io.humble.video.CodecDescriptor
-
- getType() - Method in class io.humble.video.MediaPicture
-
Get the type of picture this object was decoded from when in a encoded stream
(or give a hint to an encoder about how you think it should be encoded).
- getType() - Method in class io.humble.video.MediaSubtitleRectangle
-
- getType() - Method in class io.humble.video.Property
-
Get the underlying native type of this property.
- getTypeSize(Buffer.Type) - Static method in class io.humble.ferry.Buffer
-
Returns the size, in bytes, of elements of given Type.
- getUnit() - Method in class io.humble.video.Property
-
Get any sub-unit this option or constant belongs to.
- getURL() - Method in class io.humble.video.Demuxer
-
Get the URL the Demuxer was opened with.
May return null if unknown.
- getURL() - Method in class io.humble.video.Muxer
-
Get the URL the Muxer was opened with.
May return null if unknown.
- getValue(String) - Method in class io.humble.video.KeyValueBag
-
Return the value for this key, comparing case insensitively.
- getValue(String, KeyValueBag.Flags) - Method in class io.humble.video.KeyValueBag
-
Get the value for the given key.
- getValue() - Method in class io.humble.video.Rational
-
An alias for #getDouble() but matching JavaBean
conventions.
- getVersion() - Method in class io.humble.ferry.JNILibrary
-
- getVersionMajor() - Static method in class io.humble.video.Global
-
Get the major version number of this library.
- getVersionMinor() - Static method in class io.humble.video.Global
-
Get the minor version number of this library.
- getVersionStr() - Static method in class io.humble.video.Global
-
Get a string representation of the version of this library.
- getVersionString() - Static method in class io.humble.ferry.Ferry
-
The Version String (Currently ).
- getWidth() - Method in class io.humble.video.Coder
-
The width, in pixels.
- getWidth() - Method in class io.humble.video.FilterLink
-
- getWidth() - Method in class io.humble.video.MediaPicture
-
- getWidth() - Method in class io.humble.video.MediaSubtitleRectangle
-
- getWriteChannel() - Method in class io.humble.video.customio.ReadableWritableChannelHandler
-
Returns the channel we'd output to if asked.
- getX() - Method in class io.humble.video.MediaSubtitleRectangle
-
- getY() - Method in class io.humble.video.MediaSubtitleRectangle
-
- Global - Class in io.humble.video
-
A collection of static functions that refer to the entire package (like version getters).
- Global_DEFAULT_PTS_PER_SECOND_get() - Static method in class io.humble.video.VideoJNI
-
- Global_getAVCodecVersion() - Static method in class io.humble.video.VideoJNI
-
- Global_getAVCodecVersionStr() - Static method in class io.humble.video.VideoJNI
-
- Global_getAVFormatVersion() - Static method in class io.humble.video.VideoJNI
-
- Global_getAVFormatVersionStr() - Static method in class io.humble.video.VideoJNI
-
- Global_getDefaultTimeBase() - Static method in class io.humble.video.VideoJNI
-
- Global_getVersionMajor() - Static method in class io.humble.video.VideoJNI
-
- Global_getVersionMinor() - Static method in class io.humble.video.VideoJNI
-
- Global_getVersionStr() - Static method in class io.humble.video.VideoJNI
-
- Global_init() - Static method in class io.humble.video.VideoJNI
-
- Global_NO_PTS_get() - Static method in class io.humble.video.VideoJNI
-
- Global_setFFmpegLoggingLevel(int) - Static method in class io.humble.video.VideoJNI
-
- Global_SWIGUpcast(long) - Static method in class io.humble.video.VideoJNI
-
- guessCodec(String, String, String, MediaDescriptor.Type) - Method in class io.humble.video.MuxerFormat
-
- guessEncodingCodec(MuxerFormat, String, String, String, MediaDescriptor.Type) - Static method in class io.humble.video.Codec
-
Ask us to guess an encoding codec based on the inputs
passed in.
- guessFormat(String, String, String) - Static method in class io.humble.video.MuxerFormat
-
Return the sink format in the list of registered sink formats
which best matches the provided parameters, or return NULL if
there is no match.
- valueOf(String) - Static method in enum io.humble.ferry.Buffer.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.ferry.JNIMemoryManager.MemoryModel
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.ferry.Logger.Level
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.AudioChannel.Layout
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.AudioChannel.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.AudioFormat.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Codec.CodecCapability
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Codec.DiscardFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Codec.ID
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.CodecDescriptor.CodecProperty
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.CodecProfile.ProfileType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Coder.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Coder.Flag2
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Coder.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Container.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.ContainerFormat.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.ContainerStream.Disposition
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.ContainerStream.ParseType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Demuxer.SeekFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Demuxer.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Filter.CommandFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.FilterGraph.AutoConvertFlag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.FilterGraph.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.FilterType.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.KeyValueBag.Flags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.MediaDescriptor.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.MediaPacket.SideDataType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.MediaPicture.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.MediaPictureResampler.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.MediaResampler.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.MediaSubtitle.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.MediaSubtitleRectangle.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Muxer.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.PixelFormat.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.PixelFormatDescriptor.Flag
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Property.Flags
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Property.Search
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Property.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum io.humble.video.Rational.Rounding
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum io.humble.ferry.Buffer.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.ferry.JNIMemoryManager.MemoryModel
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.ferry.Logger.Level
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.AudioChannel.Layout
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.AudioChannel.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.AudioFormat.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Codec.CodecCapability
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Codec.DiscardFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Codec.ID
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.CodecDescriptor.CodecProperty
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.CodecProfile.ProfileType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Coder.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Coder.Flag2
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Coder.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Container.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.ContainerFormat.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.ContainerStream.Disposition
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.ContainerStream.ParseType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Demuxer.SeekFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Demuxer.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Filter.CommandFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.FilterGraph.AutoConvertFlag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.FilterGraph.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.FilterType.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.KeyValueBag.Flags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.MediaDescriptor.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.MediaPacket.SideDataType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.MediaPicture.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.MediaPictureResampler.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.MediaResampler.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.MediaSubtitle.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.MediaSubtitleRectangle.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Muxer.State
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.PixelFormat.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.PixelFormatDescriptor.Flag
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Property.Flags
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Property.Search
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Property.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum io.humble.video.Rational.Rounding
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Video - Class in io.humble.video
-
Internal Only.
- Video() - Constructor for class io.humble.video.Video
-
- VideoJNI - Class in io.humble.video
-
- VideoJNI() - Constructor for class io.humble.video.VideoJNI
-