webkit
2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
|
#import <ARDSettingsStore.h>
Instance Methods | |
(nullable NSString *) | - videoResolutionConstraints |
(void) | - setVideoResolutionConstraints: |
(nullable NSNumber *) | - maxBitrate |
(void) | - setMaxBitrate: |
(nullable NSString *) | - videoResolutionConstraints |
(void) | - setVideoResolutionConstraints: |
(nullable NSNumber *) | - maxBitrate |
(void) | - setMaxBitrate: |
Light-weight persistent store for user settings.
It will persist between application launches and application updates.
- (nullable NSNumber *) maxBitrate |
Returns current max bitrate number stored in the store.
- (nullable NSNumber *) maxBitrate |
Returns current max bitrate number stored in the store.
Stores the provided value as maximum bitrate setting.
value | the number to be stored |
Stores the provided value as maximum bitrate setting.
value | the number to be stored |
Stores the provided value as video resolution media constraint.
value | the string to be stored |
Stores the provided value as video resolution media constraint.
value | the string to be stored |
- (nullable NSString *) videoResolutionConstraints |
Returns current video resolution media constraint string stored in the store.
- (nullable NSString *) videoResolutionConstraints |
Returns current video resolution media constraint string stored in the store.