|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--multimedia.codec.GOP
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 |
public int length
public int nbB
Constructor Detail |
public GOP()
public GOP(int N, int M)
N
- : GOP lengthM
- : number of B pictures between 2 P imagesMethod Detail |
public void setLength(int M)
public void setBNumber(int N)
public int getLength()
public int getBNumber()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |