Media track interface. More...
Instance Methods | |
(void) | - addOnDestroyed: |
Adds a handler that is raised when the track is destroyed. More... | |
(void) | - addOnMuted: |
Adds a handler that is raised when the track is muted. More... | |
(void) | - addOnStarted: |
Adds a handler that is raised when the track is started. More... | |
(void) | - addOnStopped: |
Adds a handler that is raised when the track is stopped. More... | |
(void) | - addOnUnmuted: |
Adds a handler that is raised when the track is unmuted. More... | |
(FMLiveSwitchFuture *) | - changeSinkOutput: |
Changes the sink output while the media track is active. More... | |
(FMLiveSwitchFuture *) | - changeSourceInput: |
Changes the source input while the media track is active. More... | |
(bool) | - destroy |
Destroys this media track. More... | |
(FMLiveSwitchFuture *) | - getSinkOutputs |
Gets the available sink outputs. More... | |
(FMLiveSwitchFuture *) | - getSourceInputs |
Gets the available source inputs. More... | |
(bool) | - muted |
Gets a value indicating whether this track is muted. More... | |
(void) | - removeOnDestroyed: |
Removes a handler that is raised when the track is destroyed. More... | |
(void) | - removeOnMuted: |
Removes a handler that is raised when the track is muted. More... | |
(void) | - removeOnStarted: |
Removes a handler that is raised when the track is started. More... | |
(void) | - removeOnStopped: |
Removes a handler that is raised when the track is stopped. More... | |
(void) | - removeOnUnmuted: |
Removes a handler that is raised when the track is unmuted. More... | |
(void) | - setMuted: |
Sets a value indicating whether this track is muted. More... | |
(void) | - setSinkOutput: |
Sets the current sink output. More... | |
(void) | - setSourceInput: |
Sets the current source input. More... | |
(FMLiveSwitchSinkOutput *) | - sinkOutput |
Gets the current sink output. More... | |
(FMLiveSwitchSourceInput *) | - sourceInput |
Gets the current source input. More... | |
Media track interface.
- (void) addOnDestroyed: | (FMLiveSwitchAction0 *) | value |
Adds a handler that is raised when the track is destroyed.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) addOnMuted: | (FMLiveSwitchAction0 *) | value |
Adds a handler that is raised when the track is muted.
Only applicable for local media tracks.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) addOnStarted: | (FMLiveSwitchAction0 *) | value |
Adds a handler that is raised when the track is started.
Only applicable for local media tracks.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) addOnStopped: | (FMLiveSwitchAction0 *) | value |
Adds a handler that is raised when the track is stopped.
Only applicable for local media tracks.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) addOnUnmuted: | (FMLiveSwitchAction0 *) | value |
Adds a handler that is raised when the track is unmuted.
Only applicable for local media tracks.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (FMLiveSwitchFuture*) changeSinkOutput: | (FMLiveSwitchSinkOutput *) | sinkOutput |
Changes the sink output while the media track is active.
sinkOutput | The sink output. |
Reimplemented in FMLiveSwitchMediaTrackBase.
- (FMLiveSwitchFuture*) changeSourceInput: | (FMLiveSwitchSourceInput *) | sourceInput |
Changes the source input while the media track is active.
sourceInput | The source input. |
Reimplemented in FMLiveSwitchMediaTrackBase.
- (bool) destroy |
Destroys this media track.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (FMLiveSwitchFuture*) getSinkOutputs |
Gets the available sink outputs.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (FMLiveSwitchFuture*) getSourceInputs |
Gets the available source inputs.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (bool) muted |
Gets a value indicating whether this track is muted.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) removeOnDestroyed: | (FMLiveSwitchAction0 *) | value |
Removes a handler that is raised when the track is destroyed.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) removeOnMuted: | (FMLiveSwitchAction0 *) | value |
Removes a handler that is raised when the track is muted.
Only applicable for local media tracks.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) removeOnStarted: | (FMLiveSwitchAction0 *) | value |
Removes a handler that is raised when the track is started.
Only applicable for local media tracks.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) removeOnStopped: | (FMLiveSwitchAction0 *) | value |
Removes a handler that is raised when the track is stopped.
Only applicable for local media tracks.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) removeOnUnmuted: | (FMLiveSwitchAction0 *) | value |
Removes a handler that is raised when the track is unmuted.
Only applicable for local media tracks.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) setMuted: | (bool) | value |
Sets a value indicating whether this track is muted.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) setSinkOutput: | (FMLiveSwitchSinkOutput *) | value |
Sets the current sink output.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (void) setSourceInput: | (FMLiveSwitchSourceInput *) | value |
Sets the current source input.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (FMLiveSwitchSinkOutput*) sinkOutput |
Gets the current sink output.
Reimplemented in FMLiveSwitchMediaTrackBase.
- (FMLiveSwitchSourceInput*) sourceInput |
Gets the current source input.
Reimplemented in FMLiveSwitchMediaTrackBase.