You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-22Lines changed: 1 addition & 22 deletions
Original file line number
Diff line number
Diff line change
@@ -59,28 +59,7 @@ When you use the `addVector` command, you can dynamically add a new vector graph
59
59
- The `clear` parameter determines whether existing vector layers should be removed before adding the new one. If set to `true`, all existing vector layers are cleared, and only the new layer will be displayed.
60
60
- The vector layer will be laid out directly over the video stream, allowing it to appear as part of the video playback experience.
61
61
62
-
These commands allow developers to seamlessly manage vector elements over a video, providing flexible options for adding and removing visual enhancements during playback. By leveraging the `ShapeLayerBuilderProtocol`, developers can create custom vector graphics that integrate smoothly into the video content.
63
-
64
-
### ShapeLayerBuilderProtocol
65
-
66
-
```swift
67
-
/// A protocol defining a builder for creating shape layers with a unique identifier.
68
-
///
69
-
/// Conforming types will be able to construct a CAShapeLayer based on provided frame, bounds, and center.
These commands allow you to seamlessly manage vector elements over a video, providing flexible options for adding and removing visual enhancements during playback. By leveraging the `ShapeLayerBuilderProtocol`, you can create custom vector graphics that integrate smoothly into the video content.
0 commit comments