Enum Media
Enum Media
Namespace: Aspose.Svg.Builder
Assembly: Aspose.SVG.dll (25.5.0)
Specifies the media-related timing conditions for SVG animations.
[ComVisible(true)]
public enum Media
Fields
Media = 0
Indicates that the timing of the animation is dependent on the timing of the media.
When this value is used, the animation’s timing is directly linked to the media’s playback. For example, an animation might start, pause, or stop in synchronization with specific points in a video or audio track.
Remarks
This enumeration is used to define media-related timing conditions in SVG animations. It is particularly relevant for animations that are dependent on or synchronized with external media, such as audio or video.