Class RecordingMode
(experimental) Thumbnail recording mode.
Inheritance
Namespace: Amazon.CDK.AWS.Ivs.Alpha
Assembly: Amazon.CDK.AWS.IVS.Alpha.dll
Syntax (csharp)
public sealed class RecordingMode : Enum
Syntax (vb)
Public NotInheritable Class RecordingMode
Inherits
Enum
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. |
value__ |
Fields
DISABLED
(experimental) Use DISABLED to disable the generation of thumbnails for recorded video.
public const RecordingMode DISABLED
Field Value
Type | Description |
---|---|
Recording |
Remarks
Stability: Experimental
INTERVAL
(experimental) Use INTERVAL to enable the generation of thumbnails for recorded video at a time interval controlled by the TargetIntervalSeconds property.
public const RecordingMode INTERVAL
Field Value
Type | Description |
---|---|
Recording |
Remarks
Stability: Experimental
value__
public int value__
Field Value
Type | Description |
---|---|
System. |