FMIceLinkVideoRecorder Class Reference

Inherits from FMIceLinkMediaRecorder : NSObject
Conforms to *
FMIceLinkVideoBuffer
FMIceLinkVideoFormat
Declared in FMIceLinkVideoRecorder.h
FMIceLinkVideoRecorder.m

Overview

An video recorder.

– initWithPath:

Initializes a new instance of the FMIceLinkVideoRecorder class.
- (instancetype)initWithPath:(NSString *)path

Parameters

path

The path.

Discussion

Initializes a new instance of the FMIceLinkVideoRecorder class.

Declared In

FMIceLinkVideoRecorder.h

+ videoRecorderWithPath:

Initializes a new instance of the FMIceLinkVideoRecorder class.
+ (FMIceLinkVideoRecorder *)videoRecorderWithPath:(NSString *)path

Parameters

path

The path.

Discussion

Initializes a new instance of the FMIceLinkVideoRecorder class.

Declared In

FMIceLinkVideoRecorder.h