iOS FCC Rating Configuration Parameters
The iOS rating configuration is set with the FCCTVRatingConfguration.Builder object and contains the following parameters:
Parameter | Description |
---|---|
durationSeconds | The amount of time, configured in seconds, that the rating should display as a watermark on the asset. This parameter takes any positive float value and does not assert a default value. |
position |
The position of the of the rating watermark on the video asset. This parameter can have one of the following four values:
|
scale | This parameter sets the scale of the rating watermark, relative to the size of the video asset. This parameter takes any float value between 0 and 1. The default value is 0.2. |
opacity | This parameter sets the opacity of the rating watermark. This parameter takes any float value between 0 and 1. The default value is 0.9. |