From c4fc05ef6242e1fca95c5451a1ee1e30f5cc2a2a Mon Sep 17 00:00:00 2001 From: KongQun Yang Date: Mon, 19 Oct 2015 12:11:23 -0700 Subject: [PATCH] Add doxygen API link in README.md and DESIGN.md Change-Id: I7212102d3117a69d65b0f096e0968278b63cd0b0 --- DESIGN.md | 5 +---- README.md | 2 +- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/DESIGN.md b/DESIGN.md index a733d98802..6945761fa3 100644 --- a/DESIGN.md +++ b/DESIGN.md @@ -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. +API document is available at https://google.github.io/edash-packager/docs. ##Creating Demuxer## @@ -228,7 +229,3 @@ muxer->SetKeySource( status = demuxer.Run(); if (!status.ok()) { … } ``` - -#Packager API detail# - -Doxygen API documentation coming soon. diff --git a/README.md b/README.md index c89754f040..0954050e73 100644 --- a/README.md +++ b/README.md @@ -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. -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#