public interface IMedia extends IInvocable
IMedia
- media reader/writer base interface.Modifier and Type | Interface and Description |
---|---|
static class |
IMedia.AbstractTrackSample
AbstractTrackSample - abstract track sample. |
static class |
IMedia.AudioTrackSample
AudioTrackSample - audio track sample. |
static interface |
IMedia.ITrackSample
ITrackSample - track sample. |
static interface |
IMedia.ITrackSampleX
ITrackSample - track sample extension. |
static class |
IMedia.Method
Method - methods. |
static class |
IMedia.Property
Property - properties. |
static class |
IMedia.TrackSample
TrackSample - track sample. |
static class |
IMedia.TrackSampleWithPayload
TrackSampleWithPayload - track sample with attached payload. |
static class |
IMedia.TrackSampleXWithOffset
TrackSampleXWithOffset - track sample with defined offset. |
Modifier and Type | Method and Description |
---|---|
MediaContainer |
getContainer()
Returns media container.
|
java.lang.String |
id()
Returns media id (usually url or file pathname).
|
invoke
java.lang.String id()
MediaContainer getContainer()