VP9Decoder.smali 
.class Lio/agora/base/internal/video/VP9Decoder;
.super Lio/agora/base/internal/video/WrappedNativeVideoDecoder;
.source "VP9Decoder.java"
# direct methods
.method constructor <init>()V
    .registers 1
    .line 13
    invoke-direct {p0}, Lio/agora/base/internal/video/WrappedNativeVideoDecoder;-><init>()V
    return-void
.end method
.method static native nativeCreateDecoder()J
.end method
.method static native nativeIsSupported()Z
.end method
# virtual methods
.method public createNativeVideoDecoder()J
    .registers 3
    .line 16
    invoke-static {}, Lio/agora/base/internal/video/VP9Decoder;->nativeCreateDecoder()J
    move-result-wide v0
    return-wide v0
.end method