A video view sink. More...
Instance Methods | |
(void) | - doProcessFrame:inputBuffer: |
Processes a frame. More... | |
(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) | - initWithInputFormat: |
Initializes a new instance of the FMLiveSwitchViewSink`1 class. More... | |
(instancetype) | - initWithInputs: |
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) | - renderBufferWithInputBuffer: |
Renders the buffer. 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 | |
(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 | |
__pad0__: FMLiveSwitchVideoSink<FMLiveSwitchIViewSink>- (void) doDestroy | |
A video view sink.
- (void) doProcessFrame: | (FMLiveSwitchVideoFrame *) | frame | |
inputBuffer: | (FMLiveSwitchVideoBuffer *) | inputBuffer | |
Processes a frame.
frame | The frame. |
inputBuffer | The input buffer. |
- (instancetype) init |
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
Implemented in FMLiveSwitchCocoaImageViewSink.
- (instancetype) initWithInput: | (NSObject< FMLiveSwitchIVideoOutput > *) | input |
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
input | The input. |
Implemented in FMLiveSwitchCocoaImageViewSink.
- (instancetype) initWithInputFormat: | (FMLiveSwitchVideoFormat *) | inputFormat |
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
inputFormat | The input format. |
- (instancetype) initWithInputs: | (NSMutableArray *) | inputs |
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
inputs | The inputs. |
Implemented in FMLiveSwitchCocoaImageViewSink.
- (bool) isRecording |
Gets a value indicating whether a recording icon should be displayed.
- (void) renderBufferWithInputBuffer: | (FMLiveSwitchVideoBuffer *) | inputBuffer |
Renders the buffer.
inputBuffer | The input buffer. |
Implemented in FMLiveSwitchCocoaImageViewSink.
- (void) setIsRecording: | (bool) | value |
Sets a value indicating whether a recording icon should be displayed.
- (void) setViewMirror: | (bool) | value |
Sets a value indicating whether the view is mirrored.
- (void) setViewScale: | (FMLiveSwitchLayoutScale) | value |
Sets the view scale.
- T view |
Gets the view.
- (bool) viewMirror |
Gets a value indicating whether the view is mirrored.
- (FMLiveSwitchLayoutScale) viewScale |
Gets the view scale.
+ (FMLiveSwitchViewSink*) viewSink |
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
+ (FMLiveSwitchViewSink*) viewSinkWithInput: | (NSObject< FMLiveSwitchIVideoOutput > *) | input |
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
input | The input. |
+ (FMLiveSwitchViewSink*) viewSinkWithInputFormat: | (FMLiveSwitchVideoFormat *) | inputFormat |
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
inputFormat | The input format. |
+ (FMLiveSwitchViewSink*) viewSinkWithInputs: | (NSMutableArray *) | inputs |
Initializes a new instance of the FMLiveSwitchViewSink`1 class.
inputs | The inputs. |
|
protected |