com.twilight.h264.decoder
Class AVComponentDescriptor
java.lang.Object
com.twilight.h264.decoder.AVComponentDescriptor
public class AVComponentDescriptor
- extends Object
|
Constructor Summary |
AVComponentDescriptor(int _plane,
int _step_minus1,
int _offset_plus1,
int _shift,
int _depth_minus1)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
plane
public int plane
step_minus1
public int step_minus1
- Number of elements between 2 horizontally consecutive pixels minus 1.
Elements are bits for bitstream formats, bytes otherwise.
offset_plus1
public int offset_plus1
- Number of elements before the component of the first pixel plus 1.
Elements are bits for bitstream formats, bytes otherwise.
shift
public int shift
depth_minus1
public int depth_minus1
AVComponentDescriptor
public AVComponentDescriptor(int _plane,
int _step_minus1,
int _offset_plus1,
int _shift,
int _depth_minus1)
Copyright © 2013. All Rights Reserved.