Package io.opentimeline.opentimelineio
Class FreezeFrame
java.lang.Object
- All Implemented Interfaces:
java.lang.AutoCloseable
public class FreezeFrame extends LinearTimeWarp
Hold the first frame of the clip for the duration of the clip.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
FreezeFrame.FreezeFrameBuilder
Nested classes/interfaces inherited from class io.opentimeline.opentimelineio.LinearTimeWarp
LinearTimeWarp.LinearTimeWarpBuilder
Nested classes/interfaces inherited from class io.opentimeline.opentimelineio.TimeEffect
TimeEffect.TimeEffectBuilder
Nested classes/interfaces inherited from class io.opentimeline.opentimelineio.Effect
Effect.EffectBuilder
Nested classes/interfaces inherited from class io.opentimeline.opentimelineio.SerializableObjectWithMetadata
SerializableObjectWithMetadata.SerializableObjectWithMetadataBuilder
-
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protected
FreezeFrame()
FreezeFrame(FreezeFrame.FreezeFrameBuilder builder)
FreezeFrame(java.lang.String name, AnyDictionary metadata)
-
Method Summary
Methods inherited from class io.opentimeline.opentimelineio.LinearTimeWarp
getTimeScalar, setTimeScalar
Methods inherited from class io.opentimeline.opentimelineio.Effect
getEffectName, setEffectName, toString
Methods inherited from class io.opentimeline.opentimelineio.SerializableObjectWithMetadata
getMetadata, getName, setMetadata, setName
Methods inherited from class io.opentimeline.opentimelineio.SerializableObject
clone, currentRefCount, dynamicFields, equals, fromJSONFile, fromJSONString, isEquivalentTo, isUnknownSchema, schemaName, schemaVersion, toJSONFile, toJSONFile, toJSONString, toJSONString
-
Constructor Details
-
FreezeFrame
protected FreezeFrame() -
FreezeFrame
-
FreezeFrame
-