SmtaMetadataEntry
@UnstableApi
public final class SmtaMetadataEntry implements Metadata.Entry
Stores metadata from the Samsung smta box.
See [Internal: b/150138465#comment76], [Internal: b/301273734#comment17].
Summary
Public fields |
|
|---|---|
final float |
The capture frame rate, in fps, or |
final int |
The number of layers in the SVC extended frames. |
Public constructors |
|---|
SmtaMetadataEntry(float captureFrameRate, int svcTemporalLayerCount)Creates an instance. |
Inherited methods |
||||||
|---|---|---|---|---|---|---|
|
Public fields
captureFrameRate
public final float captureFrameRate
The capture frame rate, in fps, or RATE_UNSET if it is unknown.
If known, the capture frame rate should always be an integer value.
svcTemporalLayerCount
public final int svcTemporalLayerCount
The number of layers in the SVC extended frames.
Public constructors
SmtaMetadataEntry
public SmtaMetadataEntry(float captureFrameRate, int svcTemporalLayerCount)
Creates an instance.