A bitrate notification.
More...
◆ bitrate
◆ bitrateNotification
◆ 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. |
◆ fromJsonArrayWithBitrateNotificationsJson:
| + (NSMutableArray*) fromJsonArrayWithBitrateNotificationsJson: |
|
(NSString *) |
bitrateNotificationsJson |
|
Deserializes an array from JSON.
- Parameters
-
| bitrateNotificationsJson | The array in JSON format. |
- Returns
- The array.
◆ fromJsonWithBitrateNotificationJson:
Deserializes an instance from JSON.
- Parameters
-
| bitrateNotificationJson | The instance in JSON format. |
- Returns
- The instance.
◆ init
◆ mediaDescriptionId
Gets the media description ID.
◆ rtpStreamId
◆ serializePropertiesWithJsonObject:
| - (void) serializePropertiesWithJsonObject: |
|
(NSMutableDictionary< NSString *, NSString * > *) |
jsonObject |
|
Serializes properties to JSON.
- Parameters
-
| jsonObject | The JSON target. |
◆ setBitrate:
| - (void) setBitrate: |
|
(int) |
value |
|
◆ setMediaDescriptionId:
| - (void) setMediaDescriptionId: |
|
(NSString *) |
value |
|
Sets the media description ID.
◆ setRtpStreamId:
| - (void) setRtpStreamId: |
|
(NSString *) |
value |
|
◆ setSynchronizationSource:
| - (void) setSynchronizationSource: |
|
(long long) |
value |
|
Sets the synchronization source.
◆ synchronizationSource
| - (long long) synchronizationSource |
|
|
|
Gets the synchronization source.
◆ toJson
Serializes this instance to JSON.
◆ toJsonArrayWithBitrateNotifications:
| + (NSString*) toJsonArrayWithBitrateNotifications: |
|
(NSMutableArray *) |
bitrateNotifications |
|
Serializes an array to JSON.
- Parameters
-
| bitrateNotifications | The array. |
- Returns
- The array in JSON format.
◆ toJsonWithBitrateNotification:
Serializes an instance to JSON.
- Parameters
-
| bitrateNotification | The instance. |
- Returns
- The instance in JSON format.