Add doxygen API link in README.md and DESIGN.md

Change-Id: I7212102d3117a69d65b0f096e0968278b63cd0b0
This commit is contained in:
KongQun Yang 2015-10-19 12:11:23 -07:00
parent afbab86399
commit c4fc05ef62
2 changed files with 2 additions and 5 deletions

View File

@ -14,6 +14,7 @@ MpdBuilder is responsible for the creation of Media Presentation Description as
Supported source formats: ISO BMFF (both fragmented and non-fragmented), MPEG-2 TS, IPTV (MPEG-2 TS over UDP), and WVM (Widevine); the only output format supported currently is fragmented ISO BMFF with CENC. Support for more formats will be added soon. Supported source formats: ISO BMFF (both fragmented and non-fragmented), MPEG-2 TS, IPTV (MPEG-2 TS over UDP), and WVM (Widevine); the only output format supported currently is fragmented ISO BMFF with CENC. Support for more formats will be added soon.
API document is available at https://google.github.io/edash-packager/docs.
##Creating Demuxer## ##Creating Demuxer##
@ -228,7 +229,3 @@ muxer->SetKeySource(
status = demuxer.Run(); status = demuxer.Run();
if (!status.ok()) { … } if (!status.ok()) { … }
``` ```
#Packager API detail#
Doxygen API documentation coming soon.

View File

@ -114,7 +114,7 @@ MpdBuilder is responsible for the creation of Media Presentation Description as
Supported source formats: ISO BMFF (both fragmented and non-fragmented), MPEG-2 TS, IPTV (MPEG-2 TS over UDP), and WVM (Widevine); the only output format supported currently is fragmented ISO BMFF with CENC. Support for more formats will be added soon. Supported source formats: ISO BMFF (both fragmented and non-fragmented), MPEG-2 TS, IPTV (MPEG-2 TS over UDP), and WVM (Widevine); the only output format supported currently is fragmented ISO BMFF with CENC. Support for more formats will be added soon.
Refer to [Design](DESIGN.md) for details. Refer to [Design](DESIGN.md), [API](https://google.github.io/edash-packager/docs) for details.
#DASH-IF IOP Compliance# #DASH-IF IOP Compliance#