Skip to main content
API Reference NSDK NSDKDashcamSession

BufferInfo

Information about the current state of the dashcam buffer.

Declaration

struct BufferInfo

Properties

NameTypeSummary
let durationMsUInt64
Duration of buffered data in milliseconds.
let frameCountUInt32
Number of frames currently in the buffer.
let memoryUsedBytesUInt64
Approximate memory used by the buffer in bytes.

Relationships

conforms to: Swift.Sendable