| Package | Description |
|---|---|
| org.opencastproject.mediapackage | |
| org.opencastproject.mediapackage.track |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AudioStream
A stream containing audio data.
|
interface |
VideoStream
A stream containing video data.
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Stream> |
TrackSupport.byType(Stream[] streams,
Class<T> streamType) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Stream> |
TrackSupport.byType(Stream[] streams,
Class<T> streamType) |
Stream[] |
Track.getStreams()
Return the streams that make up the track.
|
Stream |
AudioStream.Adapter.unmarshal(AudioStreamImpl v) |
Stream |
VideoStream.Adapter.unmarshal(VideoStreamImpl v) |
| Modifier and Type | Method and Description |
|---|---|
static <T extends Stream> |
TrackSupport.byType(Stream[] streams,
Class<T> streamType) |
VideoStreamImpl |
VideoStream.Adapter.marshal(Stream v) |
AudioStreamImpl |
AudioStream.Adapter.marshal(Stream v) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStreamImpl |
class |
AudioStreamImpl
Implementation of
AudioStream. |
class |
VideoStreamImpl
Implementation of
VideoStream. |
| Modifier and Type | Method and Description |
|---|---|
Stream[] |
TrackImpl.getStreams() |
Copyright © 2009–2020 Opencast Project. All rights reserved.