TCEffectPlayer
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.tencent.mediacloud</groupId>
<artifactId>TCEffectPlayer</artifactId>
<version>3.3.0.249</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>com.tencent.mediacloud</groupId>
<artifactId>TCEffectPlayer</artifactId>
<version>3.3.0.249</version>
<packaging>aar</packaging>
<name>TCEffectPlayer</name>
<description>腾讯云视立方·播放器 SDK (Player) 是音视频终端 SDK(腾讯云视立方)的重要组成版本,提供极致流畅、全面稳定的音视频播放服务。优质杰出的播放内核适配海量设备机型,提供精准 Seek、首屏秒开预加载、清晰度切换、缩略图预览等全面完整的视频播放能力,与腾讯云点播或云直播配合使用,可打造强大的云端一体化服务,提供全方位视频安全、全链路数据洞察等多种功能。覆盖多样化业务场景,让客户轻松聚焦于业务发展本身,畅享极速高清播放新体验。</description>
<url>https://github.com/LiteAVSDK/Player_Android</url>
<licenses>
<license>
<name>The Apache Software License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
</license>
</licenses>
<developers>
<developer>
<id>TCloudyunxiao</id>
<name>TCloudyunxiao</name>
<email>mediaclientdev@163.com</email>
</developer>
</developers>
<scm>
<connection>https://github.com/LiteAVSDK/Player_Android.git</connection>
<developerConnection>https://github.com/LiteAVSDK/Player_Android.git</developerConnection>
<url>https://github.com/LiteAVSDK/Player_Android</url>
</scm>
<dependencies>
<dependency>
<groupId>com.tencent.mediacloud</groupId>
<artifactId>TCMediaX</artifactId>
<version>3.3.0.249</version>
<scope>implementation</scope>
</dependency>
</dependencies>
</project>