public class CencDecryptingTrackImpl extends AbstractTrack
Constructor and Description |
---|
CencDecryptingTrackImpl(CencEncryptedTrack original,
Map<UUID,SecretKey> keys) |
CencDecryptingTrackImpl(CencEncryptedTrack original,
SecretKey sk) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
String |
getHandler() |
SampleDescriptionBox |
getSampleDescriptionBox() |
long[] |
getSampleDurations()
Each samples is covers a small time span in a video.
|
List<Sample> |
getSamples()
The list of all samples.
|
long[] |
getSyncSamples() |
TrackMetaData |
getTrackMetaData() |
getCompositionTimeEntries, getDuration, getEdits, getName, getSampleDependencies, getSampleGroups, getSubsampleInformationBox
public CencDecryptingTrackImpl(CencEncryptedTrack original, SecretKey sk)
public CencDecryptingTrackImpl(CencEncryptedTrack original, Map<UUID,SecretKey> keys)
public void close() throws IOException
IOException
public long[] getSyncSamples()
getSyncSamples
in interface Track
getSyncSamples
in class AbstractTrack
public SampleDescriptionBox getSampleDescriptionBox()
public long[] getSampleDurations()
Track
Track.getSamples()
contains.public TrackMetaData getTrackMetaData()
public String getHandler()
Copyright © 2015. All rights reserved.