VideoOverlayComposition is supposed to be immutable
So remove the add() function and instead require an IntoIterator<Item=&VideoOverlayRetangle> in the constructor, and require at least one item in the iterator or return None.
Showing
Please register or sign in to comment