ChuangVideoEncodedFrameFormat Constants Reference

Declared in ChuangEnumerates.h

ChuangVideoEncodedFrameFormat

Definition

typedef NS_ENUM(NSUInteger, ChuangVideoEncodedFrameFormat ) {
   ChuangVideoEncodedFrameFormatAVCC = 0,
   ChuangVideoEncodedFrameFormatAnnexB = 1,
};

Constants

ChuangVideoEncodedFrameFormatAVCC

AVC AVCC(H.264)

Declared In ChuangEnumerates.h.

ChuangVideoEncodedFrameFormatAnnexB

AVC Annex-B (暂不支持)

Declared In ChuangEnumerates.h.

Declared In

ChuangEnumerates.h