MVN

com.tencent.mediacloud : tcmediagame

Maven & Gradle

Nov 27, 2023
518 stars

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

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>tcmediagame</artifactId>
    <version>0.0.1-beta</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.0.1-beta
  • Latest Beta: 0.0.1-beta

All Versions

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

Version Vulnerabilities Updated
0.0.x
tcmediagame-0.0.1-beta

How to add a dependency to Maven

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

<dependency>
    <groupId>com.tencent.mediacloud</groupId>
    <artifactId>tcmediagame</artifactId>
    <version>0.0.1-beta</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.tencent.mediacloud:tcmediagame:0.0.1-beta'

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

implementation("com.tencent.mediacloud:tcmediagame:0.0.1-beta")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.tencent.mediacloud" % "tcmediagame" % "0.0.1-beta"