public static class VideoEntities.VideoParameters
extends java.lang.Object
implements android.os.Parcelable
| Modifier and Type | Field and Description |
|---|---|
int |
bitRateInKbps |
int |
cameraFacing |
VideoEntities.CodecItem.CodecId |
codecId |
static android.os.Parcelable.Creator<VideoEntities.VideoParameters> |
CREATOR |
int |
frameRate |
int |
height |
boolean |
saveVideoToFile |
java.lang.String |
videoFileName |
boolean |
videoStabilization |
int |
width |
| Constructor and Description |
|---|
VideoParameters() |
VideoParameters(android.os.Parcel parcel) |
| Modifier and Type | Method and Description |
|---|---|
int |
describeContents() |
void |
writeToParcel(android.os.Parcel parcel,
int i) |
public int width
public int height
public int frameRate
public int bitRateInKbps
public VideoEntities.CodecItem.CodecId codecId
public boolean videoStabilization
public int cameraFacing
public boolean saveVideoToFile
public java.lang.String videoFileName
public static final android.os.Parcelable.Creator<VideoEntities.VideoParameters> CREATOR