All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.webrtc.Priority Maven / Gradle / Ivy

Go to download

Ant Media Server supports RTMP, RTSP, MP4, HLS, WebRTC, Adaptive Streaming, etc.

There is a newer version: 2.11.3
Show newest version

// Copyright 2023 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

// This file is autogenerated by
//     java_cpp_enum.py
// From
//     ../../api/priority.h

package org.webrtc;

import java.lang.annotation.Retention;
import java.lang.annotation.RetentionPolicy;

@Retention(RetentionPolicy.SOURCE)
public @interface Priority {
  int VERY_LOW = 0;
  int LOW = 1;
  int MEDIUM = 2;
  int HIGH = 3;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy