SKYLINKMedia Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | SKYLINKConnection.h SKYLINKMedia.h |
– skylinkMediaID
Get the mediaID of the SkylinkMedia object.
- (nonnull NSString *)skylinkMediaIDReturn Value
The mediaID
Discussion
NoDis.
Declared In
SKYLINKMedia.h
– skylinkMediaType
Get the media type.
- (SKYLINKMediaType)skylinkMediaTypeReturn Value
The media type
Discussion
NoDis.
Declared In
SKYLINKMedia.h
– skylinkMediaState
Gte the current media state.
- (SKYLINKMediaState)skylinkMediaStateReturn Value
The media state
Discussion
NoDis.
Declared In
SKYLINKMedia.h
– skylinkPreviousMediaState
Get the previous media state.
- (SKYLINKMediaState)skylinkPreviousMediaStateReturn Value
The previous media state
Discussion
NoDis.
Declared In
SKYLINKMedia.h
– skylinkVideoTrack
Get the video track if this media is an video.
- (nullable RTCVideoTrack *)skylinkVideoTrackReturn Value
The video track, if this is media is a video
Discussion
NoDis.
Declared In
SKYLINKMedia.h
– skylinkAudioTrack
Get the audio track if this media is an audio.
- (nullable RTCAudioTrack *)skylinkAudioTrackReturn Value
The audio track, if this is media is an audio
Discussion
NoDis.
Declared In
SKYLINKMedia.h
– skylinkVideoView
The video view contained in the media.
- (nullable UIView *)skylinkVideoViewReturn Value
The video view
Discussion
NoDis.
Declared In
SKYLINKMedia.h
– isVideo
Check if this SkylinkMedia represents a video.
- (BOOL)isVideoReturn Value
If this media is a video
Discussion
NoDis.
Declared In
SKYLINKMedia.h
– isCustom
Check if this SkylinkMedia is a custom video.
- (BOOL)isCustomReturn Value
If this media is a custom video
Discussion
NoDis.
Declared In
SKYLINKMedia.h
– skylinkMediaMetaData
This is a decription of the local media.
- (nullable id)skylinkMediaMetaDataReturn Value
The label string
Discussion
Such as camera 1, USB camera, etc.
Declared In
SKYLINKMedia.h
– getCustomVideoCapturer
Get the custom video capturer.
- (nullable RTCCameraVideoCapturer *)getCustomVideoCapturerReturn Value
The custom video capturer or nil
Discussion
NoDis.
Declared In
SKYLINKMedia.h