Package apple.avfoundation.enums
Class AVAssetSegmentType
- java.lang.Object
-
- apple.avfoundation.enums.AVAssetSegmentType
-
public final class AVAssetSegmentType extends java.lang.Object[@enum] AVAssetSegmentType Indicates the type of segment. [@constant] AVAssetSegmentTypeInitialization Indicates that the segment is a initialization segment. [@constant] AVAssetSegmentTypeSeparable Indicates that the segment is a separable segment.
-
-
Field Summary
Fields Modifier and Type Field Description static longInitializationstatic longSeparable
-
-
-
Field Detail
-
Initialization
public static final long Initialization
- See Also:
- Constant Field Values
-
Separable
public static final long Separable
- See Also:
- Constant Field Values
-
-