Interface CencEncryptedTrack
-
- All Superinterfaces:
AutoCloseable,Closeable,Track
- All Known Implementing Classes:
CencEncryptingTrackImpl,CencMp4TrackImplImpl,PiffMp4TrackImpl
public interface CencEncryptedTrack extends Track
Track encrypted with common (CENC). ISO/IEC 23001-7.
-
-
Method Summary
Modifier and Type Method Description List<CencSampleAuxiliaryDataFormat>getSampleEncryptionEntries()booleanhasSubSampleEncryption()-
Methods inherited from interface org.mp4parser.muxer.Track
getCompositionTimeEntries, getDuration, getEdits, getHandler, getName, getSampleDependencies, getSampleDurations, getSampleEntries, getSampleGroups, getSamples, getSubsampleInformationBox, getSyncSamples, getTrackMetaData
-
-
-
-
Method Detail
-
getSampleEncryptionEntries
List<CencSampleAuxiliaryDataFormat> getSampleEncryptionEntries()
-
hasSubSampleEncryption
boolean hasSubSampleEncryption()
-
-