CollectorChunkDuration Property

Gets or sets the desired collected chunk duration in seconds.

Definition

Namespace: Dfx.Sdk
Assembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.12.0.0 (4.12.0.0)
C#
public float ChunkDuration { get; set; }

Property Value

Single

Remarks

Identifies to the collector what the desired chunk duration should be in terms of seconds. This will typically ensure that a chunk is ready for collecting whenever the duration has been reached.

See Also