Package org.mp4parser.muxer
Interface Sample
-
- All Known Implementing Classes:
SampleImpl
public interface Sample
-
-
Method Summary
Modifier and Type Method Description ByteBufferasByteBuffer()SampleEntrygetSampleEntry()longgetSize()voidwriteTo(WritableByteChannel channel)
-
-
-
Method Detail
-
writeTo
void writeTo(WritableByteChannel channel) throws IOException
- Throws:
IOException
-
getSize
long getSize()
-
asByteBuffer
ByteBuffer asByteBuffer()
-
getSampleEntry
SampleEntry getSampleEntry()
-
-