Instance Methods | |
| (instancetype) | - init | 
| Initializes a new instance of the FMLiveSwitchViewSink`1 class.  More... | |
| (instancetype) | - initWithInput: | 
| Initializes a new instance of the FMLiveSwitchViewSink`1 class.  More... | |
| (instancetype) | - initWithInputs: | 
| Initializes a new instance of the FMLiveSwitchViewSink`1 class.  More... | |
| (instancetype) | - initWithView: | 
| (instancetype) | - initWithView:input: | 
| (instancetype) | - initWithView:inputs: | 
| (void) | - renderBufferWithInputBuffer: | 
| Renders the buffer.  More... | |
| (void) | - renderImage: | 
  Instance Methods inherited from FMLiveSwitchViewSink | |
| (void) | - doProcessFrame:inputBuffer: | 
| Processes a frame.  More... | |
| (instancetype) | - initWithInputFormat: | 
| Initializes a new instance of the FMLiveSwitchViewSink`1 class.  More... | |
| (bool) | - isRecording | 
| Gets a value indicating whether a recording icon should be displayed.  More... | |
| (void) | - setIsRecording: | 
| Sets a value indicating whether a recording icon should be displayed.  More... | |
| (void) | - setViewMirror: | 
| Sets a value indicating whether the view is mirrored.  More... | |
| (void) | - setViewScale: | 
| Sets the view scale.  More... | |
| (T) | - view | 
| Gets the view.  More... | |
| (bool) | - viewMirror | 
| Gets a value indicating whether the view is mirrored.  More... | |
| (FMLiveSwitchLayoutScale) | - viewScale | 
| Gets the view scale.  More... | |
Class Methods | |
| (instancetype) | + imageViewSink | 
| (instancetype) | + imageViewSinkWithInput: | 
| (instancetype) | + imageViewSinkWithInputs: | 
| (instancetype) | + imageViewSinkWithView: | 
| (instancetype) | + imageViewSinkWithView:input: | 
| (instancetype) | + imageViewSinkWithView:inputs: | 
  Class Methods inherited from FMLiveSwitchViewSink | |
| (FMLiveSwitchViewSink *) | + viewSink | 
| Initializes a new instance of the FMLiveSwitchViewSink`1 class.  More... | |
| (FMLiveSwitchViewSink *) | + viewSinkWithInput: | 
| Initializes a new instance of the FMLiveSwitchViewSink`1 class.  More... | |
| (FMLiveSwitchViewSink *) | + viewSinkWithInputFormat: | 
| Initializes a new instance of the FMLiveSwitchViewSink`1 class.  More... | |
| (FMLiveSwitchViewSink *) | + viewSinkWithInputs: | 
| Initializes a new instance of the FMLiveSwitchViewSink`1 class.  More... | |
Protected Attributes | |
| FM_IMAGE_VIEW * | _view | 
| FMLiveSwitchLayoutScale | _viewScale | 
| bool | _viewMirror | 
  Protected Attributes inherited from FMLiveSwitchViewSink | |
| __pad0__: FMLiveSwitchVideoSink<FMLiveSwitchIViewSink>- (void) doDestroy | |
| + (instancetype) imageViewSink | 
| + (instancetype) imageViewSinkWithInput: | (NSObject<FMLiveSwitchIVideoOutput> *) | input | 
| + (instancetype) imageViewSinkWithInputs: | (NSMutableArray *) | inputs | 
| + (instancetype) imageViewSinkWithView: | (FM_IMAGE_VIEW *) | view | 
| + (instancetype) imageViewSinkWithView: | (FM_IMAGE_VIEW *) | view | |
| input: | (NSObject<FMLiveSwitchIVideoOutput> *) | input | |
| + (instancetype) imageViewSinkWithView: | (FM_IMAGE_VIEW *) | view | |
| inputs: | (NSMutableArray *) | inputs | |
| - (instancetype) init | 
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
Implements FMLiveSwitchViewSink.
| - (instancetype) initWithInput: | (NSObject< FMLiveSwitchIVideoOutput > *) | input | 
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
| input | The input. | 
Implements FMLiveSwitchViewSink.
| - (instancetype) initWithInputs: | (NSMutableArray *) | inputs | 
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
| inputs | The inputs. | 
Implements FMLiveSwitchViewSink.
| - (instancetype) initWithView: | (FM_IMAGE_VIEW *) | view | 
| - (instancetype) initWithView: | (FM_IMAGE_VIEW *) | view | |
| input: | (NSObject<FMLiveSwitchIVideoOutput> *) | input | |
| - (instancetype) initWithView: | (FM_IMAGE_VIEW *) | view | |
| inputs: | (NSMutableArray *) | inputs | |
| - (void) renderBufferWithInputBuffer: | (FMLiveSwitchVideoBuffer *) | inputBuffer | 
| - (void) renderImage: | (FM_IMAGE *) | image | 
      
  | 
  protected | 
      
  | 
  protected | 
      
  | 
  protected |