Uses of Class
com.amazonaws.services.elastictranscoder.model.VideoParameters

Packages that use VideoParameters
com.amazonaws.services.elastictranscoder.model Classes modeling the various types represented by AmazonElasticTranscoder. 
 

Uses of VideoParameters in com.amazonaws.services.elastictranscoder.model
 

Methods in com.amazonaws.services.elastictranscoder.model that return VideoParameters
 VideoParameters VideoParameters.addCodecOptionsEntry(String key, String value)
          Profile
 VideoParameters VideoParameters.clearCodecOptionsEntries()
          Removes all the entries added into CodecOptions.
 VideoParameters Preset.getVideo()
          A section of the response body that provides information about the video preset values.
 VideoParameters CreatePresetRequest.getVideo()
          A section of the request body that specifies the video parameters.
 VideoParameters VideoParameters.withAspectRatio(String aspectRatio)
          
 VideoParameters VideoParameters.withBitRate(String bitRate)
          The bit rate of the video stream in the output file, in kilobits/second.
 VideoParameters VideoParameters.withCodec(String codec)
          The video codec for the output file.
 VideoParameters VideoParameters.withCodecOptions(Map<String,String> codecOptions)
          Profile
 VideoParameters VideoParameters.withDisplayAspectRatio(String displayAspectRatio)
          The value that Elastic Transcoder adds to the metadata in the output file.
 VideoParameters VideoParameters.withFixedGOP(String fixedGOP)
          Whether to use a fixed value for FixedGOP.
 VideoParameters VideoParameters.withFrameRate(String frameRate)
          The frames per second for the video stream in the output file.
 VideoParameters VideoParameters.withKeyframesMaxDist(String keyframesMaxDist)
          The maximum number of frames between key frames.
 VideoParameters VideoParameters.withMaxFrameRate(String maxFrameRate)
          If you specify auto for FrameRate, Elastic Transcoder uses the frame rate of the input video for the frame rate of the output video.
 VideoParameters VideoParameters.withMaxHeight(String maxHeight)
          The maximum height of the output video in pixels.
 VideoParameters VideoParameters.withMaxWidth(String maxWidth)
          The maximum width of the output video in pixels.
 VideoParameters VideoParameters.withPaddingPolicy(String paddingPolicy)
          When you set PaddingPolicy to Pad, Elastic Transcoder may add black bars to the top and bottom and/or left and right sides of the output video to make the total size of the output video match the values that you specified for MaxWidth and MaxHeight.
 VideoParameters VideoParameters.withResolution(String resolution)
          
 VideoParameters VideoParameters.withSizingPolicy(String sizingPolicy)
          Specify one of the following values to control scaling of the output video:
 VideoParameters VideoParameters.withWatermarks(Collection<PresetWatermark> watermarks)
          Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset.
 VideoParameters VideoParameters.withWatermarks(PresetWatermark... watermarks)
          Settings for the size, location, and opacity of graphics that you want Elastic Transcoder to overlay over videos that are transcoded using this preset.
 

Methods in com.amazonaws.services.elastictranscoder.model with parameters of type VideoParameters
 void Preset.setVideo(VideoParameters video)
          A section of the response body that provides information about the video preset values.
 void CreatePresetRequest.setVideo(VideoParameters video)
          A section of the request body that specifies the video parameters.
 Preset Preset.withVideo(VideoParameters video)
          A section of the response body that provides information about the video preset values.
 CreatePresetRequest CreatePresetRequest.withVideo(VideoParameters video)
          A section of the request body that specifies the video parameters.
 



Copyright © 2016. All rights reserved.