mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-24 11:40:37 +08:00
small change
This commit is contained in:
parent
c0febafd52
commit
9814992a8e
@ -77,10 +77,10 @@ public:
|
||||
*/
|
||||
void play(const std::string &ffmpeg_cmd_key, const std::string &src_url, const std::string &dst_url, int timeout_ms, const onPlay &cb);
|
||||
|
||||
const std::string &getSrcUrl() const { return _src_url; }
|
||||
const std::string &getDstUrl() const { return _dst_url; }
|
||||
const std::string &getCmd() const { return _cmd; }
|
||||
const std::string &getCmdKey() const { return _ffmpeg_cmd_key; }
|
||||
const std::string& getSrcUrl() const { return _src_url; }
|
||||
const std::string& getDstUrl() const { return _dst_url; }
|
||||
const std::string& getCmd() const { return _cmd; }
|
||||
const std::string& getCmdKey() const { return _ffmpeg_cmd_key; }
|
||||
const mediakit::MediaInfo& getMediaInfo() const { return _media_info; }
|
||||
|
||||
/**
|
||||
|
@ -140,8 +140,8 @@ public:
|
||||
TranslationInfo getTranslationInfo();
|
||||
|
||||
const std::string& getUrl() const { return _pull_url; }
|
||||
const MediaTuple &getMediaTuple() const { return _tuple; }
|
||||
const ProtocolOption &getOption() const { return _option; }
|
||||
const MediaTuple& getMediaTuple() const { return _tuple; }
|
||||
const ProtocolOption& getOption() const { return _option; }
|
||||
|
||||
private:
|
||||
// MediaSourceEvent override
|
||||
|
Loading…
Reference in New Issue
Block a user