Class MpegVersionedSectionInfo
- java.lang.Object
-
- com.sedmelluq.discord.lavaplayer.container.mpeg.reader.MpegSectionInfo
-
- com.sedmelluq.discord.lavaplayer.container.mpeg.reader.MpegVersionedSectionInfo
-
public class MpegVersionedSectionInfo extends MpegSectionInfo
Information for one MP4 section (aka box) including version and flags
-
-
Constructor Summary
Constructors Constructor Description MpegVersionedSectionInfo(MpegSectionInfo sectionInfo, int version, int flags)
-
-
-
Constructor Detail
-
MpegVersionedSectionInfo
public MpegVersionedSectionInfo(MpegSectionInfo sectionInfo, int version, int flags)
- Parameters:
sectionInfo- Basic info for the sectionversion- Version of the sectionflags- Flags of the section
-
-