|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use VideoFormat | |
|---|---|
| com.flagstone.transform.video | The video package contains all the classes for encoding and decoding the data structures that represent the different types of video streams and data that are found in a Flash file. |
| Uses of VideoFormat in com.flagstone.transform.video |
|---|
| Methods in com.flagstone.transform.video that return VideoFormat | |
|---|---|
VideoFormat |
DefineVideo.getCodec()
Get the format used to encode the video data. |
static VideoFormat |
VideoFormat.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static VideoFormat[] |
VideoFormat.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.flagstone.transform.video with parameters of type VideoFormat | |
|---|---|
void |
DefineVideo.setCodec(VideoFormat format)
Set the format used to encode the video data. |
| Constructors in com.flagstone.transform.video with parameters of type VideoFormat | |
|---|---|
DefineVideo(int uid,
int count,
int frameWidth,
int frameHeight,
Deblocking deblock,
boolean smoothing,
VideoFormat videoCodec)
Creates a DefineVideo object with the specified parameters. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||