FMIceLinkH264ProfileIop Class Reference

Inherits from NSObject
Declared in FMIceLinkH264ProfileIop.h
FMIceLinkH264ProfileIop.m

Overview

An h.264 Profile IOP.

– constraintSet0

Gets a value indicating whether [constraint set0].

true if [constraint set0]; otherwise, false.

- (bool)constraintSet0

Discussion

Gets a value indicating whether [constraint set0].

true if [constraint set0]; otherwise, false.

Declared In

FMIceLinkH264ProfileIop.h

– constraintSet1

Gets a value indicating whether [constraint set1].

true if [constraint set1]; otherwise, false.

- (bool)constraintSet1

Discussion

Gets a value indicating whether [constraint set1].

true if [constraint set1]; otherwise, false.

Declared In

FMIceLinkH264ProfileIop.h

– constraintSet2

Gets a value indicating whether [constraint set2].

true if [constraint set2]; otherwise, false.

- (bool)constraintSet2

Discussion

Gets a value indicating whether [constraint set2].

true if [constraint set2]; otherwise, false.

Declared In

FMIceLinkH264ProfileIop.h

– dataBuffer

Gets the IOP byte.

The iop.

- (FMIceLinkDataBuffer *)dataBuffer

Discussion

Gets the IOP byte.

The iop.

Declared In

FMIceLinkH264ProfileIop.h

– initWithProfileIop:

Initializes a new instance of the FMIceLinkH264ProfileIop class.
- (instancetype)initWithProfileIop:(uint8_t)profileIop

Parameters

profileIop

The profile IOP.

Discussion

Initializes a new instance of the FMIceLinkH264ProfileIop class.

Declared In

FMIceLinkH264ProfileIop.h

+ profileIop:

Initializes a new instance of the FMIceLinkH264ProfileIop class.
+ (FMIceLinkH264ProfileIop *)profileIop:(uint8_t)profileIop

Parameters

profileIop

The profile IOP.

Discussion

Initializes a new instance of the FMIceLinkH264ProfileIop class.

Declared In

FMIceLinkH264ProfileIop.h

– setConstraintSet0:

Sets a value indicating whether [constraint set0].

true if [constraint set0]; otherwise, false.

- (void)setConstraintSet0:(bool)value

Discussion

Sets a value indicating whether [constraint set0].

true if [constraint set0]; otherwise, false.

Declared In

FMIceLinkH264ProfileIop.h

– setConstraintSet1:

Sets a value indicating whether [constraint set1].

true if [constraint set1]; otherwise, false.

- (void)setConstraintSet1:(bool)value

Discussion

Sets a value indicating whether [constraint set1].

true if [constraint set1]; otherwise, false.

Declared In

FMIceLinkH264ProfileIop.h

– setConstraintSet2:

Sets a value indicating whether [constraint set2].

true if [constraint set2]; otherwise, false.

- (void)setConstraintSet2:(bool)value

Discussion

Sets a value indicating whether [constraint set2].

true if [constraint set2]; otherwise, false.

Declared In

FMIceLinkH264ProfileIop.h