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 classFreezeFrame.FreezeFrameBuilderNested classes/interfaces inherited from class io.opentimeline.opentimelineio.LinearTimeWarp
LinearTimeWarp.LinearTimeWarpBuilderNested classes/interfaces inherited from class io.opentimeline.opentimelineio.TimeEffect
TimeEffect.TimeEffectBuilderNested classes/interfaces inherited from class io.opentimeline.opentimelineio.Effect
Effect.EffectBuilderNested classes/interfaces inherited from class io.opentimeline.opentimelineio.SerializableObjectWithMetadata
SerializableObjectWithMetadata.SerializableObjectWithMetadataBuilder -
Field Summary
-
Constructor Summary
Constructors Modifier Constructor Description protectedFreezeFrame()FreezeFrame(FreezeFrame.FreezeFrameBuilder builder)FreezeFrame(java.lang.String name, AnyDictionary metadata) -
Method Summary
Methods inherited from class io.opentimeline.opentimelineio.LinearTimeWarp
getTimeScalar, setTimeScalarMethods inherited from class io.opentimeline.opentimelineio.Effect
getEffectName, setEffectName, toStringMethods inherited from class io.opentimeline.opentimelineio.SerializableObjectWithMetadata
getMetadata, getName, setMetadata, setNameMethods 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
-