CjVideoCapture
Classes | Enumerations
CjVideoCaptureInterface.h File Reference
#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

Go to the source code of this file.

Classes

class  CjVideoCapture
 
protocol  <CjVideoCaptureDelegate>
 

Enumerations

enum  H264NaluType {
  H264NaluTypeSps,
  H264NaluTypePps,
  H264NaluTypeIframe,
  H264NaluTypePframe
}
 H.264 NALU type. More...
 
enum  Resolution {
  ResolutionNone,
  Resolution240p,
  Resolution360p,
  Resolution480p,
  Resolution720p,
  Resolution1080p
}
 Resolution of the video to be captured. More...
 

Enumeration Type Documentation

◆ H264NaluType

H.264 NALU type.

Enumerator
H264NaluTypeSps 

Sequence parameter set.

H264NaluTypePps 

Picture parameter set.

H264NaluTypeIframe 

I-frame / keyframe.

H264NaluTypePframe 

P-frame.

◆ Resolution

enum Resolution

Resolution of the video to be captured.

Enumerator
Resolution240p 

432 x 240 pixels

Resolution360p 

640 x 360 pixels

Resolution480p 

852 x 480 pixels

Resolution720p 

1280 x 720 pixels

Resolution1080p 

1920 x 1080 pixels