Enumeration BufferState

Represents the playback buffer state

Enumeration Members

Enumeration Members

HIGH: "HIGH"

HIGH indicates the buffer is too large relative to the configured latency, triggering live‐sync adjustments.

LOW: "LOW"

LOW indicates the buffer is critically low, triggering stream recovery mechanisms.

NONE: "NONE"

NONE indicates the buffer has no state for this moment, means playing is stopped or loading

OK: "OK"

OK indicates the buffer is within acceptable limits for smooth playback.