A bitrate request.
More...
◆ bitrate
Gets the bitrate (in kbps).
◆ bitrateRequest
◆ deserializePropertyWithKey:valueJson:
- (void) deserializePropertyWithKey: |
|
(NSString *) |
key |
valueJson: |
|
(NSString *) |
valueJson |
|
|
| |
Deserializes a property from JSON.
- Parameters
-
key | The property key. |
valueJson | The property value in JSON format. |
◆ fromJsonArrayWithBitrateRequestsJson:
+ (NSMutableArray*) fromJsonArrayWithBitrateRequestsJson: |
|
(NSString *) |
bitrateRequestsJson |
|
Deserializes an array from JSON.
- Parameters
-
bitrateRequestsJson | The array in JSON format. |
- Returns
- The array.
◆ fromJsonWithBitrateRequestJson:
Deserializes an instance from JSON.
- Parameters
-
bitrateRequestJson | The instance in JSON format. |
- Returns
- The instance.
◆ init
◆ mediaDescriptionId
Gets the media description ID.
◆ rtpStreamId
◆ senderSynchronizationSource
- (long long) senderSynchronizationSource |
|
|
|
Gets the sender synchronization source.
◆ serializePropertiesWithJsonObject:
- (void) serializePropertiesWithJsonObject: |
|
(NSMutableDictionary< NSString *, NSString * > *) |
jsonObject |
|
Serializes properties to JSON.
- Parameters
-
jsonObject | The JSON target. |
◆ setBitrate:
- (void) setBitrate: |
|
(int) |
value |
|
Sets the bitrate (in kbps).
◆ setMediaDescriptionId:
- (void) setMediaDescriptionId: |
|
(NSString *) |
value |
|
Sets the media description ID.
◆ setRtpStreamId:
- (void) setRtpStreamId: |
|
(NSString *) |
value |
|
◆ setSenderSynchronizationSource:
- (void) setSenderSynchronizationSource: |
|
(long long) |
value |
|
Sets the sender synchronization source.
◆ setSynchronizationSource:
- (void) setSynchronizationSource: |
|
(long long) |
value |
|
Sets the synchronization source.
◆ synchronizationSource
- (long long) synchronizationSource |
|
|
|
Gets the synchronization source.
◆ toJson
Serializes this instance to JSON.
◆ toJsonArrayWithBitrateRequests:
+ (NSString*) toJsonArrayWithBitrateRequests: |
|
(NSMutableArray *) |
bitrateRequests |
|
Serializes an array to JSON.
- Parameters
-
bitrateRequests | The array. |
- Returns
- The array in JSON format.
◆ toJsonWithBitrateRequest:
Serializes an instance to JSON.
- Parameters
-
bitrateRequest | The instance. |
- Returns
- The instance in JSON format.