2014 snapchat source code
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

9 lines
268 B

  1. #import "SCManagedVideoCapturerOutputType.h"
  2. interface SCManagedVideoCapturerOutputSettings
  3. CGFloat width
  4. CGFloat height
  5. CGFloat videoBitRate
  6. CGFloat audioBitRate
  7. NSUInteger keyFrameInterval
  8. enum SCManagedVideoCapturerOutputType outputType
  9. end