Skip navigation links
A B C E F G H I O P R S T W 

A

AndroidFrameGrab - Class in org.jcodec.api.android
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License Extracts frames from a movie into uncompressed images suitable for processing.
AndroidFrameGrab(SeekableDemuxerTrack, ContainerAdaptor) - Constructor for class org.jcodec.api.android.AndroidFrameGrab
 
AndroidSequenceEncoder - Class in org.jcodec.api.android
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
AndroidSequenceEncoder(SeekableByteChannel, Rational) - Constructor for class org.jcodec.api.android.AndroidSequenceEncoder
 
AndroidUtil - Class in org.jcodec.common
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
AndroidUtil(BitmapUtil) - Constructor for class org.jcodec.common.AndroidUtil
 

B

BitmapUtil - Class in org.jcodec.scale
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
BitmapUtil() - Constructor for class org.jcodec.scale.BitmapUtil
 
BitmapWithMetadata - Class in org.jcodec.api.android
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
BitmapWithMetadata(Bitmap, double, double) - Constructor for class org.jcodec.api.android.BitmapWithMetadata
 

C

close() - Method in class org.jcodec.common.io.HttpChannel
 
close() - Method in class org.jcodec.common.io.TiledChannel
 
create24Fps(File) - Static method in class org.jcodec.api.android.AndroidSequenceEncoder
 
create25Fps(File) - Static method in class org.jcodec.api.android.AndroidSequenceEncoder
 
create2997Fps(File) - Static method in class org.jcodec.api.android.AndroidSequenceEncoder
 
create30Fps(File) - Static method in class org.jcodec.api.android.AndroidSequenceEncoder
 
createAndroidFrameGrab(SeekableByteChannel) - Static method in class org.jcodec.api.android.AndroidFrameGrab
 
createSequenceEncoder(File, int) - Static method in class org.jcodec.api.android.AndroidSequenceEncoder
 

E

encodeImage(Bitmap) - Method in class org.jcodec.api.android.AndroidSequenceEncoder
 
encodeImage(File) - Method in class org.jcodec.api.android.SequenceMuxer
 

F

finish() - Method in class org.jcodec.api.android.SequenceMuxer
 
fromBitmap(Bitmap, ColorSpace) - Static method in class org.jcodec.common.AndroidUtil
 
fromBitmap(Bitmap, VideoEncoder) - Static method in class org.jcodec.common.AndroidUtil
 
fromBitmap(Bitmap, Picture) - Static method in class org.jcodec.common.AndroidUtil
 
fromBitmap(Bitmap) - Static method in class org.jcodec.scale.BitmapUtil
 
fromBitmap(Bitmap, Picture) - Static method in class org.jcodec.scale.BitmapUtil
 
fromBitmapImpl(Bitmap, ColorSpace) - Method in class org.jcodec.common.AndroidUtil
 
fromBitmapImpl(Bitmap, VideoEncoder) - Method in class org.jcodec.common.AndroidUtil
 
fromBitmapImpl(Bitmap, Picture) - Method in class org.jcodec.common.AndroidUtil
 
fromBitmapImpl(Bitmap) - Method in class org.jcodec.scale.BitmapUtil
 
fromBitmapImpl(Bitmap, Picture) - Method in class org.jcodec.scale.BitmapUtil
 

G

getBitmap() - Method in class org.jcodec.api.android.BitmapWithMetadata
 
getDuration() - Method in class org.jcodec.api.android.BitmapWithMetadata
 
getFrame(File, double) - Static method in class org.jcodec.api.android.AndroidFrameGrab
Get frame at a specified second as AWT image
getFrame(SeekableByteChannel, double) - Static method in class org.jcodec.api.android.AndroidFrameGrab
Get frame at a specified second as AWT image
getFrame() - Method in class org.jcodec.api.android.AndroidFrameGrab
Get frame at current position in AWT image
getFrame(Bitmap) - Method in class org.jcodec.api.android.AndroidFrameGrab
Get frame at current position in AWT image
getFrame(File, int) - Static method in class org.jcodec.api.android.AndroidFrameGrab
Get frame at a specified frame number as AWT image
getFrame(SeekableByteChannel, int) - Static method in class org.jcodec.api.android.AndroidFrameGrab
Get frame at a specified frame number as AWT image
getFrame(SeekableDemuxerTrack, ContainerAdaptor, int) - Static method in class org.jcodec.api.android.AndroidFrameGrab
Get a specified frame by number from an already open demuxer track
getFrame(SeekableDemuxerTrack, ContainerAdaptor, double) - Static method in class org.jcodec.api.android.AndroidFrameGrab
Get a specified frame by second from an already open demuxer track
getFrameSloppy(SeekableDemuxerTrack, ContainerAdaptor, int) - Static method in class org.jcodec.api.android.AndroidFrameGrab
Get a specified frame by number from an already open demuxer track ( sloppy mode, i.e.
getFrameSloppy(SeekableDemuxerTrack, ContainerAdaptor, double) - Static method in class org.jcodec.api.android.AndroidFrameGrab
Get a specified frame by second from an already open demuxer track ( sloppy mode, i.e.
getFrameWithMetadata() - Method in class org.jcodec.api.android.AndroidFrameGrab
Get frame at current position in AWT image
getFrameWithMetadata(Bitmap) - Method in class org.jcodec.api.android.AndroidFrameGrab
Get frame at current position in AWT image
getTimestamp() - Method in class org.jcodec.api.android.BitmapWithMetadata
 

H

HttpChannel - Class in org.jcodec.common.io
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License This class implements a read-only SeekableBytChannel for downloading a HTTP resource.
HttpChannel(URL) - Constructor for class org.jcodec.common.io.HttpChannel
 

I

isOpen() - Method in class org.jcodec.common.io.HttpChannel
 
isOpen() - Method in class org.jcodec.common.io.TiledChannel
 

O

org.jcodec.api.android - package org.jcodec.api.android
 
org.jcodec.common - package org.jcodec.common
 
org.jcodec.common.io - package org.jcodec.common.io
 
org.jcodec.scale - package org.jcodec.scale
 

P

position() - Method in class org.jcodec.common.io.HttpChannel
 
position() - Method in class org.jcodec.common.io.TiledChannel
 

R

read(ByteBuffer) - Method in class org.jcodec.common.io.HttpChannel
 
read(ByteBuffer) - Method in class org.jcodec.common.io.TiledChannel
 

S

SequenceMuxer - Class in org.jcodec.api.android
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License
SequenceMuxer(File) - Constructor for class org.jcodec.api.android.SequenceMuxer
 
setPosition(long) - Method in class org.jcodec.common.io.HttpChannel
 
setPosition(long) - Method in class org.jcodec.common.io.TiledChannel
 
size() - Method in class org.jcodec.common.io.HttpChannel
 
size() - Method in class org.jcodec.common.io.TiledChannel
 

T

TiledChannel - Class in org.jcodec.common.io
This class is part of JCodec ( www.jcodec.org ) This software is distributed under FreeBSD License Implements a tiled read.
TiledChannel(SeekableByteChannel) - Constructor for class org.jcodec.common.io.TiledChannel
 
toBitmap(Picture) - Static method in class org.jcodec.common.AndroidUtil
 
toBitmap(Picture, Bitmap) - Static method in class org.jcodec.common.AndroidUtil
 
toBitmap(Picture) - Static method in class org.jcodec.scale.BitmapUtil
 
toBitmap(Picture, Bitmap) - Static method in class org.jcodec.scale.BitmapUtil
 
toBitmapImpl(Picture) - Method in class org.jcodec.common.AndroidUtil
 
toBitmapImpl(Picture, Bitmap) - Method in class org.jcodec.common.AndroidUtil
 
toBitmapImpl(Picture) - Method in class org.jcodec.scale.BitmapUtil
 
toBitmapImpl(Picture, Bitmap) - Method in class org.jcodec.scale.BitmapUtil
 
truncate(long) - Method in class org.jcodec.common.io.HttpChannel
 
truncate(long) - Method in class org.jcodec.common.io.TiledChannel
 

W

write(ByteBuffer) - Method in class org.jcodec.common.io.HttpChannel
 
write(ByteBuffer) - Method in class org.jcodec.common.io.TiledChannel
 
A B C E F G H I O P R S T W 
Skip navigation links

Copyright © 2019. All rights reserved.