SKYLINKPeerMediaProperties Class Reference
Inherits from | NSObject |
---|---|
Declared in | SKYLINKConnection.h |
Overview
This class is used in the delegate method called when a peer joins the room to carry informations about the joining peer media properties.
hasAudio
whether the peer has audio.
@property (nonatomic, unsafe_unretained) BOOL hasAudio
Declared In
SKYLINKConnection.h
isAudioStereo
is audio stereo.
@property (nonatomic, unsafe_unretained) BOOL isAudioStereo
Discussion
if ‘hasAudio’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h
isAudioMuted
is audio muted.
@property (nonatomic, unsafe_unretained) BOOL isAudioMuted
Discussion
if ‘hasAudio’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h
hasVideo
whether the peer has video
@property (nonatomic, unsafe_unretained) BOOL hasVideo
Declared In
SKYLINKConnection.h
isVideoMuted
is video muted.
@property (nonatomic, unsafe_unretained) BOOL isVideoMuted
Discussion
if ‘hasVideo’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h
videoWidth
width of the video frame.
@property (nonatomic, unsafe_unretained) NSInteger videoWidth
Discussion
if ‘hasVideo’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h
videoHeight
height of the video frame.
@property (nonatomic, unsafe_unretained) NSInteger videoHeight
Discussion
if ‘hasVideo’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h
videoFrameRate
frame rate of the video.
@property (nonatomic, unsafe_unretained) NSInteger videoFrameRate
Discussion
if ‘hasVideo’ returns false then this property is insignificant.
Declared In
SKYLINKConnection.h