@@ -902,6 +902,7 @@ public class Annotations {
902
902
Constants .CAPTURE_BRIGHTNESS_LEVEL_BRIGHT ,
903
903
Constants .CAPTURE_BRIGHTNESS_LEVEL_DARK ,
904
904
})
905
+ @ Retention (RetentionPolicy .SOURCE )
905
906
public @interface AgoraCaptureBrightnessLevelType {
906
907
}
907
908
@@ -910,13 +911,15 @@ public class Annotations {
910
911
IRtcEngineEventHandler .UploadErrorReason .UPLOAD_NET_ERROR ,
911
912
IRtcEngineEventHandler .UploadErrorReason .UPLOAD_SERVER_ERROR ,
912
913
})
914
+ @ Retention (RetentionPolicy .SOURCE )
913
915
public @interface AgoraUploadErrorReason {
914
916
}
915
917
916
918
@ IntDef ({
917
919
IRtcEngineEventHandler .ExperienceQuality .EXPERIENCE_GOOD ,
918
920
IRtcEngineEventHandler .ExperienceQuality .EXPERIENCE_BAD ,
919
921
})
922
+ @ Retention (RetentionPolicy .SOURCE )
920
923
public @interface AgoraExperienceQualityType {
921
924
}
922
925
@@ -927,6 +930,7 @@ public class Annotations {
927
930
IRtcEngineEventHandler .ExperiencePoorReason .WIRELESS_SIGNAL_POOR ,
928
931
IRtcEngineEventHandler .ExperiencePoorReason .WIFI_BLUETOOTH_COEXIST ,
929
932
})
933
+ @ Retention (RetentionPolicy .SOURCE )
930
934
public @interface AgoraExperiencePoorReason {
931
935
}
932
936
@@ -936,6 +940,7 @@ public class Annotations {
936
940
Constants .SR_STATE_REASON_USER_COUNT_OVER_LIMITATION ,
937
941
Constants .SR_STATE_REASON_DEVICE_NOT_SUPPORTED ,
938
942
})
943
+ @ Retention (RetentionPolicy .SOURCE )
939
944
public @interface AgoraSuperResolutionStateReason {
940
945
}
941
946
}
0 commit comments