unObserveProperty method

void unObserveProperty(
  1. int propertyId
)

Implementation

void unObserveProperty(int propertyId) {
  Library.libmpv.mpv_unobserve_property(
    ctx,
    0,
  );
}