multimedia.codec
Class VideoCodec
java.lang.Object
|
+--multimedia.codec.CodecAV
|
+--multimedia.codec.VideoCodec
- public class VideoCodec
- extends CodecAV
Constructor Summary |
VideoCodec()
VideoCodec par defaut |
VideoCodec(int framesSecond,
CompressionType ct)
VideoCodec defines the number of image per seconde and the compression type |
VideoCodec(int framesSecond,
CompressionType ct,
java.lang.String nameCodec)
VideoCodec defines the number of image per seconde and the compression type |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
framesSecond
public int framesSecond
ct
public CompressionType ct
FRAMES
public static int FRAMES
COMPRESSION
public static int COMPRESSION
VideoCodec
public VideoCodec()
- VideoCodec par defaut
VideoCodec
public VideoCodec(int framesSecond,
CompressionType ct)
- VideoCodec defines the number of image per seconde and the compression type
- Parameters:
framesSecond
- it's an int
VideoCodec
public VideoCodec(int framesSecond,
CompressionType ct,
java.lang.String nameCodec)
- VideoCodec defines the number of image per seconde and the compression type
- Parameters:
framesSecond
- it's an int
getFramesNumber
public int getFramesNumber()
setFramesNumber
public void setFramesNumber(int frames)
getCompression
public CompressionType getCompression()
setCompression
public void setCompression(CompressionType ct)
getScale
public int getScale(int idx)
main
public static void main(java.lang.String[] args)
- Methode: Main pour tester la classe