Package org.opencastproject.mediapackage
Interface AudioStream
- All Superinterfaces:
ManifestContributor,Stream
- All Known Implementing Classes:
AudioStreamImpl
A stream containing audio 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
-
getBitDepth
Integer getBitDepth() -
getChannels
Integer getChannels() -
getSamplingRate
Integer getSamplingRate() -
getBitRate
Float getBitRate() -
getPkLevDb
Float getPkLevDb() -
getRmsLevDb
Float getRmsLevDb() -
getRmsPkDb
Float getRmsPkDb() -
getCaptureDevice
String getCaptureDevice() -
getCaptureDeviceVersion
String getCaptureDeviceVersion() -
getCaptureDeviceVendor
String getCaptureDeviceVendor() -
getFormat
String getFormat() -
getFormatVersion
String getFormatVersion() -
getEncoderLibraryVendor
String getEncoderLibraryVendor()
-