enum TrickplayType
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.MediaPackageV2.Alpha.TrickplayType |
Go | github.com/aws/aws-cdk-go/awsmediapackagev2alpha/v2#TrickplayType |
Java | software.amazon.awscdk.services.mediapackagev2.alpha.TrickplayType |
Python | aws_cdk.aws_mediapackagev2_alpha.TrickplayType |
TypeScript (source) | @aws-cdk/aws-mediapackagev2-alpha ยป TrickplayType |
Accepted trickplay type values for manifest filtering.
See also: https://docs.aws.amazon.com/mediapackage/latest/userguide/manifest-filter-query-parameters.html
Members
| Name | Description |
|---|---|
| IFRAME | I-frame only trick-play. |
| IMAGE | Image-based trick-play. |
| NONE | No trick-play. |
IFRAME
I-frame only trick-play.
IMAGE
Image-based trick-play.
NONE
No trick-play.

.NET
Go
Java
Python
TypeScript (