KSYUIRecorderKit Class Reference

Inherits from NSObject
Declared in KSYUIRecorderKit.h

– initWithScheme:

- (instancetype)initWithScheme:(KSYPlayRecordScheme)scheme

  contentView

@property (nonatomic, readwrite) UIView *contentView

– processWithTextureId:TextureSize:Time:

- (void)processWithTextureId:(GLuint)InputTexture TextureSize:(CGSize)TextureSize Time:(CMTime)time

– processAudioSampleBuffer:

- (void)processAudioSampleBuffer:(CMSampleBufferRef)buf

– processVideoSampleBuffer:timeInfo:

- (void)processVideoSampleBuffer:(CVPixelBufferRef)pixelBuffer timeInfo:(CMTime)timeStamp

– startRecord:

- (void)startRecord:(NSURL *)path

– stopRecord

- (void)stopRecord

  bPlayRecord

@property BOOL bPlayRecord

  writer

@property (nonatomic, readwrite) KSYMovieWriter *writer