AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Tile and thumbnail settings applicable when imageBasedTrickPlay is ADVANCED

Inheritance Hierarchy

System.Object
  Amazon.MediaConvert.Model.HlsImageBasedTrickPlaySettings

Namespace: Amazon.MediaConvert.Model
Assembly: AWSSDK.MediaConvert.dll
Version: 3.x.y.z

Syntax

C#
public class HlsImageBasedTrickPlaySettings

The HlsImageBasedTrickPlaySettings type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property IntervalCadence Amazon.MediaConvert.HlsIntervalCadence

Gets and sets the property IntervalCadence. The cadence MediaConvert follows for generating thumbnails. If set to FOLLOW_IFRAME, MediaConvert generates thumbnails for each IDR frame in the output (matching the GOP cadence). If set to FOLLOW_CUSTOM, MediaConvert generates thumbnails according to the interval you specify in thumbnailInterval.

Public Property ThumbnailHeight System.Int32

Gets and sets the property ThumbnailHeight. Height of each thumbnail within each tile image, in pixels. Leave blank to maintain aspect ratio with thumbnail width. If following the aspect ratio would lead to a total tile height greater than 4096, then the job will be rejected. Must be divisible by 2.

Public Property ThumbnailInterval System.Double

Gets and sets the property ThumbnailInterval. Enter the interval, in seconds, that MediaConvert uses to generate thumbnails. If the interval you enter doesn't align with the output frame rate, MediaConvert automatically rounds the interval to align with the output frame rate. For example, if the output frame rate is 29.97 frames per second and you enter 5, MediaConvert uses a 150 frame interval to generate thumbnails.

Public Property ThumbnailWidth System.Int32

Gets and sets the property ThumbnailWidth. Width of each thumbnail within each tile image, in pixels. Default is 312. Must be divisible by 8.

Public Property TileHeight System.Int32

Gets and sets the property TileHeight. Number of thumbnails in each column of a tile image. Set a value between 2 and 2048. Must be divisible by 2.

Public Property TileWidth System.Int32

Gets and sets the property TileWidth. Number of thumbnails in each row of a tile image. Set a value between 1 and 512.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5