Searched defs:CamcorderProfile (Results 1 – 2 of 2) sorted by relevance
263 struct CamcorderProfile { struct264 CamcorderProfile() in CamcorderProfile() function272 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() function281 ~CamcorderProfile() { in ~CamcorderProfile() argument286 int mCameraId;287 output_format mFileFormat;288 camcorder_quality mQuality;289 int mDuration;290 VideoCodec *mVideoCodec;291 AudioCodec *mAudioCodec;
43 public class CamcorderProfile class307 private CamcorderProfile(int duration, in CamcorderProfile() method in CamcorderProfile