MVN

com.tencent.mediacloud : te_adapter_trtc

Maven & Gradle

Mar 26, 2024
518 stars

te_adapter_trtc · 腾讯云视立方·腾讯特效 SDK(Tencent Effect SDK)(美颜特效 SDK)是音视频终端 SDK(腾讯云视立方)的重要组成部分,基于优图精准的 AI 能力和天天P图丰富的实时特效处理,为各类视频处理场景提供丰富的产品能力。腾讯特效 SDK 支持与腾讯云直播 SDK 、短视频 SDK、音视频通话 SDK 等音视频终端产品集成,高效便捷,优势尤为明显。

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>te_adapter_trtc</artifactId>
    <version>3.6.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.tencent.mediacloud : te_adapter_trtc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.6.0.1

All Versions

Choose a version of com.tencent.mediacloud : te_adapter_trtc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.6.x
te_adapter_trtc-3.6.0.1

How to add a dependency to Maven

Add the following com.tencent.mediacloud : te_adapter_trtc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>te_adapter_trtc</artifactId>
    <version>3.6.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.tencent.mediacloud : te_adapter_trtc gradle dependency to your build.gradle file:

implementation 'com.tencent.mediacloud:te_adapter_trtc:3.6.0.1'

Gradle Kotlin DSL: Add the following com.tencent.mediacloud : te_adapter_trtc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.tencent.mediacloud:te_adapter_trtc:3.6.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.tencent.mediacloud : te_adapter_trtc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.tencent.mediacloud" % "te_adapter_trtc" % "3.6.0.1"