GDNativeVersion.hasVideodecoder

Undocumented in source. Be warned that the author may not have intended to support it.
  1. enum bool hasVideodecoder(int major : 0, int minor : 1);
  2. bool hasVideodecoder [@property getter]
  3. bool hasVideodecoder [@property getter]
    struct GDNativeVersion
    @property @nogc nothrow static
    bool
    hasVideodecoder
    (
    int major
    int minor
    )
    ()
    if (
    !supportsVideodecoder!(major, minor)
    )

Meta