DOC

com.tencent.liteavsdk : LiteAVSDK_Smart

Maven & Gradle

Apr 02, 2022
84 stars

LiteAVSDK_Smart · 腾讯实时音视频(Tencent Real-Time Communication,TRTC)将腾讯21年来在网络与音视频技术上的深度积累,以多人音视频通话和低延时互动直播两大场景化方案,通过腾讯云服务向开发者开放,致力于帮助开发者快速搭建低成本、低延时、高品质的音视频互动解决方案。

Table Of Contents

Latest Version

Download com.tencent.liteavsdk : LiteAVSDK_Smart Javadoc & API Documentation - Latest Versions:

All Versions

Download com.tencent.liteavsdk : LiteAVSDK_Smart Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
9.5.x
9.4.x
9.3.x
9.2.x
9.1.x
9.0.x
8.9.x
8.8.x
8.7.x
8.6.x
8.5.x

How to open Javadoc JAR file in web browser

  1. Rename the file LiteAVSDK_Smart-9.5.11351-javadoc.jar to LiteAVSDK_Smart-9.5.11351-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder LiteAVSDK_Smart-9.5.11351-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "LiteAVSDK_Smart-9.5.11351-sources.jar" -d "LiteAVSDK_Smart-9.5.11351-javadoc" -subpackages 

Advertisement