multimedia.codec
Class GOP

java.lang.Object
  |
  +--multimedia.codec.GOP

public class GOP
extends java.lang.Object


Field Summary
 int length
           
 int nbB
           
 
Constructor Summary
GOP()
           
GOP(int N, int M)
          GOP : Group Of Pictures
 
Method Summary
 int getBNumber()
           
 int getLength()
           
 void setBNumber(int N)
           
 void setLength(int M)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

length

public int length

nbB

public int nbB
Constructor Detail

GOP

public GOP()

GOP

public GOP(int N,
           int M)
GOP : Group Of Pictures

Parameters:
N - : GOP length
M - : number of B pictures between 2 P images
Method Detail

setLength

public void setLength(int M)

setBNumber

public void setBNumber(int N)

getLength

public int getLength()

getBNumber

public int getBNumber()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object