| Package | Description |
|---|---|
| org.opencastproject.mediapackage | |
| org.opencastproject.mediapackage.attachment | |
| org.opencastproject.mediapackage.track |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Attachment
This interface describes methods and fields for attachments as part of a media package.
|
interface |
AudioStream
A stream containing audio data.
|
interface |
Catalog
General definition for metadata catalogs.
|
interface |
MediaPackageElement
All classes that will be part of a media package must implement this interface.
|
interface |
Publication
The presentation element describes where a media package can be consumed.
|
interface |
Stream
A
Track consists out of one or more streams. |
interface |
Track
This interface describes methods and fields for audio and video tracks as part of a media package.
|
interface |
VideoStream
A stream containing video data.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractMediaPackageElement
This class provides base functionality for media package elements.
|
class |
CatalogImpl
This is a basic implementation for handling simple catalogs of metadata.
|
class |
PublicationImpl |
class |
XMLCatalogImpl
This is a basic implementation for handling simple catalogs of metadata.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AttachmentImpl
Basic implementation of an attachment.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamImpl |
class |
AudioStreamImpl
Implementation of
AudioStream. |
class |
TrackImpl
This class is the base implementation for a media track, which itself is part of a media package, representing e.
|
class |
VideoStreamImpl
Implementation of
VideoStream. |
Copyright © 2009–2020 Opencast Project. All rights reserved.