Package org.opencastproject.mediapackage
Interface VideoStream
- All Superinterfaces:
ManifestContributor,Stream
- All Known Implementing Classes:
VideoStreamImpl
A stream containing video data.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from interface org.opencastproject.mediapackage.ManifestContributor
toManifestMethods inherited from interface org.opencastproject.mediapackage.Stream
getFrameCount, getIdentifier
-
Method Details
-
getBitRate
Float getBitRate() -
getFrameRate
Float getFrameRate() -
getFrameWidth
Integer getFrameWidth() -
getFrameHeight
Integer getFrameHeight() -
getScanType
ScanType getScanType() -
getScanOrder
ScanOrder getScanOrder() -
getCaptureDevice
String getCaptureDevice() -
getCaptureDeviceVersion
String getCaptureDeviceVersion() -
getCaptureDeviceVendor
String getCaptureDeviceVendor() -
getFormat
String getFormat() -
getFormatVersion
String getFormatVersion() -
getEncoderLibraryVendor
String getEncoderLibraryVendor()
-