Class CommonMetadata
java.lang.Object
org.opencastproject.inspection.ffmpeg.api.CommonMetadata
- Direct Known Subclasses:
TemporalMetadata
Common metadata for all kinds of media objects.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected Dateprotected Stringprotected URLprotected URLprotected Stringprotected Stringprotected Stringprotected Stringprotected URLprotected Stringprotected Stringprotected Booleanprotected Stringprotected Stringprotected Stringprotected Stringprotected URLprotected Stringprotected Localeprotected Longprotected Dateprotected String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the locale of the media object, usually only the language.getSize()getTitle()Returns the title of the media object.voidsetEncodedDate(Date encodedDate) voidsetEncoderApplication(String encoderApplication) voidsetEncoderApplicationURL(URL encoderApplicationURL) voidsetEncoderApplicationVendor(URL encoderApplicationVendor) voidsetEncoderLibrary(String encoderLibrary) voidsetEncoderLibraryInfo(String encoderLibraryInfo) voidsetEncoderLibraryReleaseDate(String encoderLibraryReleaseDate) voidsetEncoderLibrarySettings(String encoderLibrarySettings) voidsetEncoderLibraryURL(URL encoderLibraryURL) voidsetEncoderLibraryVendor(String encoderLibraryVendor) voidsetEncoderLibraryVersion(String encoderLibraryVersion) voidsetEncrypted(Boolean encrypted) voidvoidsetFormatInfo(String formatInfo) voidsetFormatProfile(String formatProfile) voidsetFormatSettingsSummary(String formatSettingsSummary) voidsetFormatURL(URL formatURL) voidsetFormatVersion(String formatVersion) voidsetLanguage(Locale language) voidvoidsetTaggedDate(Date taggedDate) void
-
Field Details
-
format
-
formatInfo
-
formatURL
-
formatVersion
-
formatProfile
-
formatSettingsSummary
-
encoderApplication
-
encoderApplicationURL
-
encoderApplicationVendor
-
encoderLibrary
-
encoderLibraryURL
-
encoderLibraryInfo
-
encoderLibraryVersion
-
encoderLibraryVendor
-
encoderLibraryReleaseDate
-
encoderLibrarySettings
-
encrypted
-
encodedDate
-
taggedDate
-
title
-
language
-
size
-
-
Constructor Details
-
CommonMetadata
public CommonMetadata()
-
-
Method Details
-
getFormat
-
setFormat
-
getFormatInfo
-
setFormatInfo
-
getFormatURL
-
setFormatURL
-
getFormatVersion
-
setFormatVersion
-
getFormatProfile
-
setFormatProfile
-
getFormatSettingsSummary
-
setFormatSettingsSummary
-
getEncoderApplication
-
setEncoderApplication
-
getEncoderApplicationURL
-
setEncoderApplicationURL
-
getEncoderLibrary
-
setEncoderLibrary
-
getEncoderLibraryURL
-
setEncoderLibraryURL
-
getEncoderLibraryInfo
-
setEncoderLibraryInfo
-
getEncoderLibraryVersion
-
setEncoderLibraryVersion
-
getEncoderLibraryReleaseDate
-
setEncoderLibraryReleaseDate
-
getEncoderLibrarySettings
-
setEncoderLibrarySettings
-
isEncrypted
-
setEncrypted
-
getEncodedDate
-
setEncodedDate
-
getTaggedDate
-
setTaggedDate
-
getTitle
Returns the title of the media object. -
setTitle
-
getLanguage
Returns the locale of the media object, usually only the language. -
setLanguage
-
getSize
-
setSize
-
getEncoderApplicationVendor
-
setEncoderApplicationVendor
-
getEncoderLibraryVendor
-
setEncoderLibraryVendor
-