SMMediaAttributes Class Reference

Inherits from NSObject
Declared in SMMediaAttributes.h

Overview

@version: 6.8.1

  localVideo

boolean value that if the local video is activated for sending

@property (nonatomic, readonly) BOOL localVideo

Return Value

BOOL

Availability

3.0.5

Declared In

SMMediaAttributes.h

  remoteVideo

boolean value that if the remote video is receiving

@property (nonatomic, readonly) BOOL remoteVideo

Return Value

BOOL

Availability

3.0.5

Declared In

SMMediaAttributes.h

  localAudio

boolean value that local audio is activated for sending

@property (nonatomic, readonly) BOOL localAudio

Return Value

BOOL

Availability

3.0.5

Declared In

SMMediaAttributes.h

  remoteVideoAspectRatio

defines width/height of remote video

@property (nonatomic, readonly) float remoteVideoAspectRatio

Return Value

float value that remote video aspect ratio

Availability

4.0.1

Declared In

SMMediaAttributes.h

  localVideoAspectRatio

defines width/height of local video

@property (nonatomic, readonly) float localVideoAspectRatio

Return Value

float value that local video aspect ratio

Availability

4.0.1

Declared In

SMMediaAttributes.h