webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Instance Methods | List of all members
ARDSettingsStore Class Reference

#import <ARDSettingsStore.h>

Inheritance diagram for ARDSettingsStore:
NSObject NSObject

Instance Methods

(nullable NSString *) - videoResolutionConstraints
 
(void- setVideoResolutionConstraints:
 
(nullable NSNumber *) - maxBitrate
 
(void- setMaxBitrate:
 
(nullable NSString *) - videoResolutionConstraints
 
(void- setVideoResolutionConstraints:
 
(nullable NSNumber *) - maxBitrate
 
(void- setMaxBitrate:
 

Detailed Description

Light-weight persistent store for user settings.

It will persist between application launches and application updates.

Method Documentation

◆ maxBitrate() [1/2]

- (nullable NSNumber *) maxBitrate

Returns current max bitrate number stored in the store.

◆ maxBitrate() [2/2]

- (nullable NSNumber *) maxBitrate

Returns current max bitrate number stored in the store.

◆ setMaxBitrate:() [1/2]

- (void) setMaxBitrate: (nullable NSNumber *)  value

Stores the provided value as maximum bitrate setting.

Parameters
valuethe number to be stored

◆ setMaxBitrate:() [2/2]

- (void) setMaxBitrate: (nullable NSNumber *)  value

Stores the provided value as maximum bitrate setting.

Parameters
valuethe number to be stored

◆ setVideoResolutionConstraints:() [1/2]

- (void) setVideoResolutionConstraints: (NSString *)  value

Stores the provided value as video resolution media constraint.

Parameters
valuethe string to be stored

◆ setVideoResolutionConstraints:() [2/2]

- (void) setVideoResolutionConstraints: (NSString *)  value

Stores the provided value as video resolution media constraint.

Parameters
valuethe string to be stored

◆ videoResolutionConstraints() [1/2]

- (nullable NSString *) videoResolutionConstraints

Returns current video resolution media constraint string stored in the store.

◆ videoResolutionConstraints() [2/2]

- (nullable NSString *) videoResolutionConstraints

Returns current video resolution media constraint string stored in the store.


The documentation for this class was generated from the following files: