FMIceLinkIMedia Protocol Reference
| Declared in | FMIceLinkIMedia.h |
|---|
– addOnAudioDestroyed:
required method
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
FMIceLinkIMedia.h
– addOnAudioLevel:
required method
Adds a handler that is raised whenever the level of
the first audio track is calculated.
- (void)addOnAudioLevel:(FMIceLinkAction1 *)valueDiscussion
Adds a handler that is raised whenever the level of
the first audio track is calculated.
Declared In
FMIceLinkIMedia.h
– addOnAudioLevelWithBlock
required method
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
FMIceLinkIMedia.h
– addOnAudioLevelWithBlock:
required method
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
FMIceLinkIMedia.h
– addOnVideoDestroyed:
required method
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
FMIceLinkIMedia.h
– addOnVideoSize:
required method
Adds a handler that is raised whenever the size of
the first video track is calculated.
- (void)addOnVideoSize:(FMIceLinkAction1 *)valueDiscussion
Adds a handler that is raised whenever the size of
the first video track is calculated.
Declared In
FMIceLinkIMedia.h
– addOnVideoSizeWithBlock
required method
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
FMIceLinkIMedia.h
– addOnVideoSizeWithBlock:
required method
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
FMIceLinkIMedia.h
– audioGain
required method
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
FMIceLinkIMedia.h
– audioMuted
required method
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
FMIceLinkIMedia.h
– audioTrack
required method
Gets the first audio track.
- (NSObject<FMIceLinkIAudioTrack> *)audioTrackDiscussion
Gets the first audio track.
Declared In
FMIceLinkIMedia.h
– audioTracks
required method
Gets the audio tracks.
- (NSMutableArray *)audioTracksDiscussion
Gets the audio tracks.
Declared In
FMIceLinkIMedia.h
– audioVolume
required method
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
FMIceLinkIMedia.h
– destroy
required method
Destroys this media.
- (void)destroyDiscussion
Destroys this media.
Declared In
FMIceLinkIMedia.h
– grabVideoFrame
required method
Grabs a frame from the first video track.
@return
- (FMIceLinkFuture *)grabVideoFrameDiscussion
Grabs a frame from the first video track.
@return
Declared In
FMIceLinkIMedia.h
– id
required method
Gets the identifier.
- (NSString *)idDiscussion
Gets the identifier.
Declared In
FMIceLinkIMedia.h
– removeOnAudioDestroyed:
required method
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
FMIceLinkIMedia.h
– removeOnAudioLevel:
required method
Removes a handler that is raised whenever the level of
the first audio track is calculated.
- (void)removeOnAudioLevel:(FMIceLinkAction1 *)valueDiscussion
Removes a handler that is raised whenever the level of
the first audio track is calculated.
Declared In
FMIceLinkIMedia.h
– removeOnVideoDestroyed:
required method
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
FMIceLinkIMedia.h
– removeOnVideoSize:
required method
Removes a handler that is raised whenever the size of
the first video track is calculated.
- (void)removeOnVideoSize:(FMIceLinkAction1 *)valueDiscussion
Removes a handler that is raised whenever the size of
the first video track is calculated.
Declared In
FMIceLinkIMedia.h
– setAudioGain:
required method
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
FMIceLinkIMedia.h
– setAudioMuted:
required method
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
FMIceLinkIMedia.h
– setAudioVolume:
required method
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
FMIceLinkIMedia.h
– setVideoMuted:
required method
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
FMIceLinkIMedia.h
– videoMuted
required method
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
FMIceLinkIMedia.h
– videoSize
required method
Gets the size of the first video track.
- (FMIceLinkSize *)videoSizeDiscussion
Gets the size of the first video track.
Declared In
FMIceLinkIMedia.h
– videoTrack
required method
Gets the first video track.
- (NSObject<FMIceLinkIVideoTrack> *)videoTrackDiscussion
Gets the first video track.
Declared In
FMIceLinkIMedia.h
– videoTracks
required method
Gets the video tracks.
- (NSMutableArray *)videoTracksDiscussion
Gets the video tracks.
Declared In
FMIceLinkIMedia.h