FMIceLinkIViewSink Protocol Reference

Declared in FMIceLinkIViewSink.h

Overview

View sink interface.

– setViewMirror: required method

Sets a value indicating whether the [view](#//api/name/view) is mirrored.
- (void)setViewMirror:(bool)value

Discussion

Sets a value indicating whether the [view](#//api/name/view) is mirrored.

Declared In

FMIceLinkIViewSink.h

– setViewScale: required method

Sets the [view](#//api/name/view) scale.
- (void)setViewScale:(FMIceLinkLayoutScale)value

Discussion

Sets the [view](#//api/name/view) scale.

Declared In

FMIceLinkIViewSink.h

– view required method

Gets the view.
- (id)view

Discussion

Gets the view.

Declared In

FMIceLinkIViewSink.h

– viewMirror required method

Gets a value indicating whether the [view](#//api/name/view) is mirrored.
- (bool)viewMirror

Discussion

Gets a value indicating whether the [view](#//api/name/view) is mirrored.

Declared In

FMIceLinkIViewSink.h

– viewScale required method

Gets the [view](#//api/name/view) scale.
- (FMIceLinkLayoutScale)viewScale

Discussion

Gets the [view](#//api/name/view) scale.

Declared In

FMIceLinkIViewSink.h