|
iOS SDK API Reference
|
SKWMediaConnection answer Option. More...
#import <SKWAnswerOption.h>
Properties | |
| NSUInteger | videoBandwidth |
| A max video bandwidth(kbps) | |
| NSUInteger | audioBandwidth |
| A max audio bandwidth(kbps) | |
| NSString *__nullable | videoCodec |
| Video Codec. More... | |
| NSString *__nullable | audioCodec |
| Audio Codec. More... | |
SKWMediaConnection answer Option.
|
readwritenonatomicassign |
Audio Codec.
The supported codecs are different depending on the device model.
The following values are possible. 'opus', 'ISAC', 'G722', 'PCMU', 'PCMA'
|
readwritenonatomicassign |
Video Codec.
The supported codecs are different depending on the device model.
The following values are possible. 'H264', 'VP8', 'VP9'
1.8.17