Class SubtitleStreamMetadata
java.lang.Object
org.opencastproject.inspection.ffmpeg.api.CommonMetadata
org.opencastproject.inspection.ffmpeg.api.TemporalMetadata
org.opencastproject.inspection.ffmpeg.api.StreamMetadata
org.opencastproject.inspection.ffmpeg.api.SubtitleStreamMetadata
This class bundles technical information about a subtitle stream.
-
Field Summary
Fields inherited from class org.opencastproject.inspection.ffmpeg.api.StreamMetadata
alignment, captureDevice, captureDeviceInfo, captureDeviceURL, captureDeviceVendor, captureDeviceVersion, compressionRatio, delay, framesFields inherited from class org.opencastproject.inspection.ffmpeg.api.TemporalMetadata
bitRate, bitRateMaximum, bitRateMinimum, bitRateMode, bitRateNominal, durationFields inherited from class org.opencastproject.inspection.ffmpeg.api.CommonMetadata
encodedDate, encoderApplication, encoderApplicationURL, encoderApplicationVendor, encoderLibrary, encoderLibraryInfo, encoderLibraryReleaseDate, encoderLibrarySettings, encoderLibraryURL, encoderLibraryVendor, encoderLibraryVersion, encrypted, format, formatInfo, formatProfile, formatSettingsSummary, formatURL, formatVersion, language, size, taggedDate, title -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.opencastproject.inspection.ffmpeg.api.StreamMetadata
getAlignment, getCaptureDevice, getCaptureDeviceInfo, getCaptureDeviceURL, getCaptureDeviceVendor, getCaptureDeviceVersion, getCompressionRatio, getDelay, getFrames, getResolution, setAlignment, setCaptureDevice, setCaptureDeviceInfo, setCaptureDeviceURL, setCaptureDeviceVendor, setCaptureDeviceVersion, setCompressionRatio, setDelay, setFrames, setResolutionMethods inherited from class org.opencastproject.inspection.ffmpeg.api.TemporalMetadata
getBitRate, getBitRateMaximum, getBitRateMinimum, getBitRateMode, getBitRateNominal, getDuration, setBitRate, setBitRateMaximum, setBitRateMinimum, setBitRateMode, setBitRateNominal, setDurationMethods inherited from class org.opencastproject.inspection.ffmpeg.api.CommonMetadata
getEncodedDate, getEncoderApplication, getEncoderApplicationURL, getEncoderApplicationVendor, getEncoderLibrary, getEncoderLibraryInfo, getEncoderLibraryReleaseDate, getEncoderLibrarySettings, getEncoderLibraryURL, getEncoderLibraryVendor, getEncoderLibraryVersion, getFormat, getFormatInfo, getFormatProfile, getFormatSettingsSummary, getFormatURL, getFormatVersion, getLanguage, getSize, getTaggedDate, getTitle, isEncrypted, setEncodedDate, setEncoderApplication, setEncoderApplicationURL, setEncoderApplicationVendor, setEncoderLibrary, setEncoderLibraryInfo, setEncoderLibraryReleaseDate, setEncoderLibrarySettings, setEncoderLibraryURL, setEncoderLibraryVendor, setEncoderLibraryVersion, setEncrypted, setFormat, setFormatInfo, setFormatProfile, setFormatSettingsSummary, setFormatURL, setFormatVersion, setLanguage, setSize, setTaggedDate, setTitle
-
Constructor Details
-
SubtitleStreamMetadata
public SubtitleStreamMetadata()
-