BufferInfo
Information about the current state of the dashcam buffer.
Declaration
struct BufferInfoProperties
| Name | Type | Summary |
|---|---|---|
| let durationMs | UInt64 | Duration of buffered data in milliseconds. |
| let frameCount | UInt32 | Number of frames currently in the buffer. |
| let memoryUsedBytes | UInt64 | Approximate memory used by the buffer in bytes. |
Relationships
conforms to: Swift.Sendable