public final class AVAssetSegmentType
extends java.lang.Object
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.
| Modifier and Type | Field and Description |
|---|---|
static long |
Initialization |
static long |
Separable |
public static final long Initialization
public static final long Separable