CollectorChunkDuration Property
Gets or sets the desired collected chunk duration in seconds.
Namespace: Dfx.SdkAssembly: Nuralogix.Dfx.Sdk (in Nuralogix.Dfx.Sdk.dll) Version: 4.14.5.0 (4.14.5.0)
public float ChunkDuration { get; set; }
Public Property ChunkDuration As Single
Get
Set
public:
property float ChunkDuration {
float get ();
void set (float value);
}
member ChunkDuration : float32 with get, set
Property Value
Single
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.