Enum RecordingMode
(experimental) Thumbnail recording mode.
Namespace: Amazon.CDK.AWS.Ivs.Alpha
Assembly: Amazon.CDK.AWS.IVS.Alpha.dll
Syntax (csharp)
public enum RecordingMode
Syntax (vb)
Public Enum RecordingMode
Remarks
Stability: Experimental
Synopsis
Fields
DISABLED | (experimental) Use DISABLED to disable the generation of thumbnails for recorded video. |
INTERVAL | (experimental) Use INTERVAL to enable the generation of thumbnails for recorded video at a time interval controlled by the TargetIntervalSeconds property. |
Fields
Name | Description |
---|---|
DISABLED | (experimental) Use DISABLED to disable the generation of thumbnails for recorded video. |
INTERVAL | (experimental) Use INTERVAL to enable the generation of thumbnails for recorded video at a time interval controlled by the TargetIntervalSeconds property. |