MVN

com.tencent.mediacloud : LiteAVSDK_Player_Premium

Maven & Gradle

May 24, 2024
520 stars

LiteAVSDK_Player_Premium · 腾讯云视立方·播放器 SDK (Player) 是音视频终端 SDK(腾讯云视立方)的重要组成版本,提供极致流畅、全面稳定的音视频播放服务。优质杰出的播放内核适配海量设备机型,提供精准 Seek、首屏秒开预加载、清晰度切换、缩略图预览等全面完整的视频播放能力,与腾讯云点播或云直播配合使用,可打造强大的云端一体化服务,提供全方位视频安全、全链路数据洞察等多种功能。覆盖多样化业务场景,让客户轻松聚焦于业务发展本身,畅享极速高清播放新体验。

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

Latest Version

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

  • Latest Stable: 11.8.0.29003

All Versions

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

Version Vulnerabilities Updated
11.8.x
LiteAVSDK_Player_Premium-11.8.0.29003

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>LiteAVSDK_Player_Premium</artifactId>
    <version>11.8.0.29003</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tencent.mediacloud:LiteAVSDK_Player_Premium:11.8.0.29003'

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

implementation("com.tencent.mediacloud:LiteAVSDK_Player_Premium:11.8.0.29003")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tencent.mediacloud" % "LiteAVSDK_Player_Premium" % "11.8.0.29003"