<FMLiveSwitchIViewSink> Protocol Reference

View sink interface. More...

Instance Methods

(void) - setViewMirror:
 Sets a value indicating whether the view is mirrored. More...
 
(void) - setViewScale:
 Sets the view scale. More...
 
(id- view
 Gets the view. More...
 
(bool) - viewMirror
 Gets a value indicating whether the view is mirrored. More...
 
(FMLiveSwitchLayoutScale) - viewScale
 Gets the view scale. More...
 

Detailed Description

View sink interface.

Method Documentation

◆ setViewMirror:

- (void) setViewMirror: (bool)  value

Sets a value indicating whether the view is mirrored.

◆ setViewScale:

- (void) setViewScale: (FMLiveSwitchLayoutScale)  value

Sets the view scale.

◆ view

- (id) view

Gets the view.

◆ viewMirror

- (bool) viewMirror

Gets a value indicating whether the view is mirrored.

◆ viewScale

- (FMLiveSwitchLayoutScale) viewScale

Gets the view scale.