Home
last modified time | relevance | path

Searched defs:M3U8Fragment (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/multimedia/media_foundation/engine/plugin/plugins/source/http_source/hls/
H A Dm3u8.h45 struct M3U8Fragment { struct
47 std::string uri_;
48 std::string title_;
49 double duration_;
50 int64_t sequence_;
H A Dm3u8.cpp45 M3U8Fragment::M3U8Fragment(std::string uri, std::string title, double duration, int sequence, bool … in M3U8Fragment() function in OHOS::Media::Plugin::HttpPlugin::M3U8Fragment
/ohos5.0/foundation/multimedia/av_codec/services/media_engine/plugins/source/http_source/hls/
H A Dm3u8.h48 struct M3U8Fragment { struct
51 std::string uri_;
75 void AddFile(std::shared_ptr<M3U8Fragment> fragment, size_t duration); argument
H A Dm3u8.cpp59 M3U8Fragment::M3U8Fragment(const M3U8Fragment& m3u8, const uint8_t *key, const uint8_t *iv) in M3U8Fragment() function in OHOS::Media::Plugins::HttpPlugin::M3U8Fragment
75 M3U8Fragment::M3U8Fragment(std::string uri, double duration, int sequence, bool discont) in M3U8Fragment() function in OHOS::Media::Plugins::HttpPlugin::M3U8Fragment