FMIceLinkMediaBase Class Reference
| Inherits from | FMIceLinkDynamic : FMIceLinkSerializable : NSObject |
|---|---|
| Conforms to | TIAudioTrack TIVideoTrack __covariant |
| Declared in | FMIceLinkMediaBase.h FMIceLinkMediaBase.m |
– addOnAudioDestroyed:
Adds a handler that is raised when the first audio track is destroyed.
- (void)addOnAudioDestroyed:(FMIceLinkAction0 *)valueDiscussion
Adds a handler that is raised when the first audio track is destroyed.
Declared In
FMIceLinkMediaBase.h
– addOnAudioLevel:
Adds a handler that is raised whenever the level of
the first audio track is calculated.
- (void)addOnAudioLevel:(FMIceLinkAction1<id> *)valueDiscussion
Adds a handler that is raised whenever the level of
the first audio track is calculated.
Declared In
FMIceLinkMediaBase.h
– addOnAudioLevelWithBlock
Adds a handler that is raised whenever the level of
the first audio track is calculated.
- (void ( ^ ) ( void ( ^ ) ( double ) ))addOnAudioLevelWithBlockDiscussion
Adds a handler that is raised whenever the level of
the first audio track is calculated.
Declared In
FMIceLinkMediaBase.h
– addOnAudioLevelWithBlock:
Adds a handler that is raised whenever the level of
the first audio track is calculated.
- (void)addOnAudioLevelWithBlock:(void ( ^ ) ( double ))valueBlockDiscussion
Adds a handler that is raised whenever the level of
the first audio track is calculated.
Declared In
FMIceLinkMediaBase.h
– addOnVideoDestroyed:
Adds a handler that is raised when the first video track is destroyed.
- (void)addOnVideoDestroyed:(FMIceLinkAction0 *)valueDiscussion
Adds a handler that is raised when the first video track is destroyed.
Declared In
FMIceLinkMediaBase.h
– addOnVideoSize:
Adds a handler that is raised whenever the size of
the first video track is calculated.
- (void)addOnVideoSize:(FMIceLinkAction1<FMIceLinkSize*> *)valueDiscussion
Adds a handler that is raised whenever the size of
the first video track is calculated.
Declared In
FMIceLinkMediaBase.h
– addOnVideoSizeWithBlock
Adds a handler that is raised whenever the size of
the first video track is calculated.
- (void ( ^ ) ( void ( ^ ) ( FMIceLinkSize *) ))addOnVideoSizeWithBlockDiscussion
Adds a handler that is raised whenever the size of
the first video track is calculated.
Declared In
FMIceLinkMediaBase.h
– addOnVideoSizeWithBlock:
Adds a handler that is raised whenever the size of
the first video track is calculated.
- (void)addOnVideoSizeWithBlock:(void ( ^ ) ( FMIceLinkSize *))valueBlockDiscussion
Adds a handler that is raised whenever the size of
the first video track is calculated.
Declared In
FMIceLinkMediaBase.h
– audioGain
Gets a value indicating the gain
(input amplification) of the first audio track.
- (double)audioGainDiscussion
Gets a value indicating the gain
(input amplification) of the first audio track.
Declared In
FMIceLinkMediaBase.h
– audioMuted
Gets a value indicating whether the
first audio track is muted.
- (bool)audioMutedDiscussion
Gets a value indicating whether the
first audio track is muted.
Declared In
FMIceLinkMediaBase.h
– audioTrack
Gets the first audio track.
- (TIAudioTrack)audioTrackDiscussion
Gets the first audio track.
Declared In
FMIceLinkMediaBase.h
– audioTracks
Gets the audio tracks.
- (NSMutableArray *)audioTracksDiscussion
Gets the audio tracks.
Declared In
FMIceLinkMediaBase.h
– audioVolume
Gets a value indicating the volume
(output resistance) of the first audio track.
- (double)audioVolumeDiscussion
Gets a value indicating the volume
(output resistance) of the first audio track.
Declared In
FMIceLinkMediaBase.h
– destroy
Destroys this media.
- (void)destroyDiscussion
Destroys this media.
Declared In
FMIceLinkMediaBase.h
– grabVideoFrame
Grabs a frame from the first video track.
@return
- (FMIceLinkFuture<FMIceLinkVideoBuffer*> *)grabVideoFrameDiscussion
Grabs a frame from the first video track.
@return
Declared In
FMIceLinkMediaBase.h
– id
Gets the identifier.
- (NSString *)idDiscussion
Gets the identifier.
Declared In
FMIceLinkMediaBase.h
– removeOnAudioDestroyed:
Removes a handler that is raised when the first audio track is destroyed.
- (void)removeOnAudioDestroyed:(FMIceLinkAction0 *)valueDiscussion
Removes a handler that is raised when the first audio track is destroyed.
Declared In
FMIceLinkMediaBase.h
– removeOnAudioLevel:
Removes a handler that is raised whenever the level of
the first audio track is calculated.
- (void)removeOnAudioLevel:(FMIceLinkAction1<id> *)valueDiscussion
Removes a handler that is raised whenever the level of
the first audio track is calculated.
Declared In
FMIceLinkMediaBase.h
– removeOnVideoDestroyed:
Removes a handler that is raised when the first video track is destroyed.
- (void)removeOnVideoDestroyed:(FMIceLinkAction0 *)valueDiscussion
Removes a handler that is raised when the first video track is destroyed.
Declared In
FMIceLinkMediaBase.h
– removeOnVideoSize:
Removes a handler that is raised whenever the size of
the first video track is calculated.
- (void)removeOnVideoSize:(FMIceLinkAction1<FMIceLinkSize*> *)valueDiscussion
Removes a handler that is raised whenever the size of
the first video track is calculated.
Declared In
FMIceLinkMediaBase.h
– setAudioGain:
Sets a value indicating the gain
(input amplification) of the first audio track.
- (void)setAudioGain:(double)valueDiscussion
Sets a value indicating the gain
(input amplification) of the first audio track.
Declared In
FMIceLinkMediaBase.h
– setAudioMuted:
Sets a value indicating whether the
first audio track is muted.
- (void)setAudioMuted:(bool)valueDiscussion
Sets a value indicating whether the
first audio track is muted.
Declared In
FMIceLinkMediaBase.h
– setAudioVolume:
Sets a value indicating the volume
(output resistance) of the first audio track.
- (void)setAudioVolume:(double)valueDiscussion
Sets a value indicating the volume
(output resistance) of the first audio track.
Declared In
FMIceLinkMediaBase.h
– setVideoMuted:
Sets a value indicating whether the
first video track is muted.
- (void)setVideoMuted:(bool)valueDiscussion
Sets a value indicating whether the
first video track is muted.
Declared In
FMIceLinkMediaBase.h
– videoMuted
Gets a value indicating whether the
first video track is muted.
- (bool)videoMutedDiscussion
Gets a value indicating whether the
first video track is muted.
Declared In
FMIceLinkMediaBase.h
– videoSize
Gets the size of the first video track.
- (FMIceLinkSize *)videoSizeDiscussion
Gets the size of the first video track.
Declared In
FMIceLinkMediaBase.h
– videoTrack
Gets the first video track.
- (TIVideoTrack)videoTrackDiscussion
Gets the first video track.
Declared In
FMIceLinkMediaBase.h
– videoTracks
Gets the video tracks.
- (NSMutableArray *)videoTracksDiscussion
Gets the video tracks.
Declared In
FMIceLinkMediaBase.h