Package com.kaltura.client.types
Class PdfFlavorParams
- java.lang.Object
-
- com.kaltura.client.types.ObjectBase
-
- com.kaltura.client.types.AssetParams
-
- com.kaltura.client.types.FlavorParams
-
- com.kaltura.client.types.PdfFlavorParams
-
- All Implemented Interfaces:
ResponseType,Serializable
public class PdfFlavorParams extends FlavorParams
This class was generated using generate.php against an XML schema provided by Kaltura. MANUAL CHANGES TO THIS CLASS WILL BE OVERWRITTEN.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfacePdfFlavorParams.Tokenizer
-
Field Summary
-
Fields inherited from class com.kaltura.client.types.ObjectBase
relatedObjects
-
-
Constructor Summary
Constructors Constructor Description PdfFlavorParams()PdfFlavorParams(com.google.gson.JsonObject jsonObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BooleangetReadonly()voidreadonly(String multirequestToken)voidsetReadonly(Boolean readonly)ParamstoParams()-
Methods inherited from class com.kaltura.client.types.FlavorParams
anamorphicPixels, aspectRatioProcessingMode, audioBitrate, audioChannels, audioCodec, audioSampleRate, chunkedEncodeMode, clipDuration, clipOffset, contentAwareness, conversionEngines, conversionEnginesExtraParams, deinterlice, engineVersion, forcedKeyFramesMode, forceFrameToMultiplication16, format, frameRate, getAnamorphicPixels, getAspectRatioProcessingMode, getAudioBitrate, getAudioChannels, getAudioCodec, getAudioSampleRate, getChunkedEncodeMode, getClipDuration, getClipOffset, getContentAwareness, getConversionEngines, getConversionEnginesExtraParams, getDeinterlice, getEngineVersion, getForcedKeyFramesMode, getForceFrameToMultiplication16, getFormat, getFrameRate, getGopSize, getHeight, getIsAvoidForcedKeyFrames, getIsAvoidVideoShrinkBitrateToSource, getIsAvoidVideoShrinkFramesizeToSource, getIsCropIMX, getIsEncrypted, getIsGopInSec, getIsVideoFrameRateForLowBrAppleHls, getMaxFrameRate, getMultiStream, getOperators, getOptimizationPolicy, getRotate, getSubtitlesData, getTwoPass, getVideoBitrate, getVideoBitrateTolerance, getVideoCodec, getVideoConstantBitrate, getWatermarkData, getWidth, gopSize, height, isAvoidForcedKeyFrames, isAvoidVideoShrinkBitrateToSource, isAvoidVideoShrinkFramesizeToSource, isCropIMX, isEncrypted, isGopInSec, isVideoFrameRateForLowBrAppleHls, maxFrameRate, multiStream, operators, optimizationPolicy, rotate, setAnamorphicPixels, setAspectRatioProcessingMode, setAudioBitrate, setAudioChannels, setAudioCodec, setAudioSampleRate, setChunkedEncodeMode, setClipDuration, setClipOffset, setContentAwareness, setConversionEngines, setConversionEnginesExtraParams, setDeinterlice, setEngineVersion, setForcedKeyFramesMode, setForceFrameToMultiplication16, setFormat, setFrameRate, setGopSize, setHeight, setIsAvoidForcedKeyFrames, setIsAvoidVideoShrinkBitrateToSource, setIsAvoidVideoShrinkFramesizeToSource, setIsCropIMX, setIsEncrypted, setIsGopInSec, setIsVideoFrameRateForLowBrAppleHls, setMaxFrameRate, setMultiStream, setOperators, setOptimizationPolicy, setRotate, setSubtitlesData, setTwoPass, setVideoBitrate, setVideoBitrateTolerance, setVideoCodec, setVideoConstantBitrate, setWatermarkData, setWidth, subtitlesData, twoPass, videoBitrate, videoBitrateTolerance, videoCodec, videoConstantBitrate, watermarkData, width
-
Methods inherited from class com.kaltura.client.types.AssetParams
description, getCreatedAt, getDescription, getId, getIsSystemDefault, getMediaParserType, getName, getPartnerId, getRemoteStorageProfileIds, getRequiredPermissions, getSourceAssetParamsIds, getSourceRemoteStorageProfileId, getSystemName, getTags, mediaParserType, name, partnerId, remoteStorageProfileIds, setDescription, setMediaParserType, setName, setPartnerId, setRemoteStorageProfileIds, setRequiredPermissions, setSourceAssetParamsIds, setSourceRemoteStorageProfileId, setSystemName, setTags, sourceAssetParamsIds, sourceRemoteStorageProfileId, systemName, tags
-
Methods inherited from class com.kaltura.client.types.ObjectBase
getRelatedObjects, setRelatedObjects, setToken
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.kaltura.client.utils.response.ResponseType
toString
-
-
-
-
Constructor Detail
-
PdfFlavorParams
public PdfFlavorParams()
-
PdfFlavorParams
public PdfFlavorParams(com.google.gson.JsonObject jsonObject) throws APIException- Throws:
APIException
-
-