mirror of
https://github.com/Pinball3D/Rabbit-R1.git
synced 2025-01-09 13:43:22 +00:00
22 lines
545 B
Smali
22 lines
545 B
Smali
.class public interface abstract annotation Lorg/webrtc/Priority;
|
|
.super Ljava/lang/Object;
|
|
.source "Priority.java"
|
|
|
|
# interfaces
|
|
.implements Ljava/lang/annotation/Annotation;
|
|
|
|
|
|
# annotations
|
|
.annotation runtime Ljava/lang/annotation/Retention;
|
|
value = .enum Ljava/lang/annotation/RetentionPolicy;->SOURCE:Ljava/lang/annotation/RetentionPolicy;
|
|
.end annotation
|
|
|
|
|
|
# static fields
|
|
.field public static final HIGH:I = 0x3
|
|
|
|
.field public static final LOW:I = 0x1
|
|
|
|
.field public static final MEDIUM:I = 0x2
|
|
|
|
.field public static final VERY_LOW:I
|