Searched defs:CamcorderProfile (Results 1 – 2 of 2) sorted by relevance
274 struct CamcorderProfile { struct275 CamcorderProfile() in CamcorderProfile() argument283 CamcorderProfile(const CamcorderProfile& copy) { in CamcorderProfile() argument292 ~CamcorderProfile() { in ~CamcorderProfile() argument297 int mCameraId;298 output_format mFileFormat;299 camcorder_quality mQuality;300 int mDuration;301 VideoCodec *mVideoCodec;302 AudioCodec *mAudioCodec;
43 public class CamcorderProfile class406 private CamcorderProfile(int duration, in CamcorderProfile() method in CamcorderProfile