MPV_ERROR_PROPERTY_UNAVAILABLE constant

int const MPV_ERROR_PROPERTY_UNAVAILABLE

The property exists, but is not available. This usually happens when the associated subsystem is not active, e.g. querying audio parameters while audio is disabled.

Implementation

static const int MPV_ERROR_PROPERTY_UNAVAILABLE = -10;