From 50c2c7e33cbf791e0b34c4352d0f4a12dc0c7051 Mon Sep 17 00:00:00 2001 From: harmony_zhangjian <623595017@qq.com> Date: Tue, 24 Nov 2020 18:48:48 +0800 Subject: [PATCH] =?UTF-8?q?update=20subsystems/=E9=9F=B3=E8=A7=86=E9=A2=91?= =?UTF-8?q?=E6=92=AD=E6=94=BE=E5=BC=80=E5=8F=91=E6=8C=87=E5=AF=BC.md.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ...274\200\345\217\221\346\214\207\345\257\274.md" | 14 -------------- 1 file changed, 14 deletions(-) diff --git "a/subsystems/\351\237\263\350\247\206\351\242\221\346\222\255\346\224\276\345\274\200\345\217\221\346\214\207\345\257\274.md" "b/subsystems/\351\237\263\350\247\206\351\242\221\346\222\255\346\224\276\345\274\200\345\217\221\346\214\207\345\257\274.md" index b2bad825d03..13f34451218 100755 --- "a/subsystems/\351\237\263\350\247\206\351\242\221\346\222\255\346\224\276\345\274\200\345\217\221\346\214\207\345\257\274.md" +++ "b/subsystems/\351\237\263\350\247\206\351\242\221\346\222\255\346\224\276\345\274\200\345\217\221\346\214\207\345\257\274.md" @@ -152,13 +152,6 @@

基于uri创建Source实例

-

Source

- -

Source(const std::string &uri, const std::map<std::string, std::string> &header);

- -

基于uri和uri header创建Source实例

- -

Source

Source(const std::shared_ptr<StreamSource> &stream, const Format &formats);

@@ -180,13 +173,6 @@

获取音视频uri

-

Source

- -

const std::map<std::string, std::string> &GetSourceHeader() const;

- -

获取音视频uri header

- -

Source

const std::shared_ptr<StreamSource> &GetSourceStream() const;

-- Gitee