Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data DetectedProperties = DetectedProperties' {}
- newDetectedProperties :: DetectedProperties
- detectedProperties_height :: Lens' DetectedProperties (Maybe Int)
- detectedProperties_frameRate :: Lens' DetectedProperties (Maybe Text)
- detectedProperties_fileSize :: Lens' DetectedProperties (Maybe Integer)
- detectedProperties_width :: Lens' DetectedProperties (Maybe Int)
- detectedProperties_durationMillis :: Lens' DetectedProperties (Maybe Integer)
Documentation
data DetectedProperties Source #
The detected properties of the input file. Elastic Transcoder identifies these values from the input file.
See: newDetectedProperties
smart constructor.
DetectedProperties' | |
|
Instances
newDetectedProperties :: DetectedProperties Source #
Create a value of DetectedProperties
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:height:DetectedProperties'
, detectedProperties_height
- The detected height of the input file, in pixels.
$sel:frameRate:DetectedProperties'
, detectedProperties_frameRate
- The detected frame rate of the input file, in frames per second.
$sel:fileSize:DetectedProperties'
, detectedProperties_fileSize
- The detected file size of the input file, in bytes.
$sel:width:DetectedProperties'
, detectedProperties_width
- The detected width of the input file, in pixels.
$sel:durationMillis:DetectedProperties'
, detectedProperties_durationMillis
- The detected duration of the input file, in milliseconds.
detectedProperties_height :: Lens' DetectedProperties (Maybe Int) Source #
The detected height of the input file, in pixels.
detectedProperties_frameRate :: Lens' DetectedProperties (Maybe Text) Source #
The detected frame rate of the input file, in frames per second.
detectedProperties_fileSize :: Lens' DetectedProperties (Maybe Integer) Source #
The detected file size of the input file, in bytes.
detectedProperties_width :: Lens' DetectedProperties (Maybe Int) Source #
The detected width of the input file, in pixels.
detectedProperties_durationMillis :: Lens' DetectedProperties (Maybe Integer) Source #
The detected duration of the input file, in milliseconds.