Home
last modified time | relevance | path

Searched defs:MediaSegment (Results 1 – 15 of 15) sorted by relevance

/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/ooni/psiphon/oopsi/github.com/grafov/m3u8/
H A Dstructure.go190 type MediaSegment struct { struct
191 SeqId uint64
192 Title string // optional second parameter for EXTINF tag
193 URI string
194 …tag; duration must be integers if protocol version is less than 3 but we are always keep them float
195 Limit int64 // EXT-X-BYTERANGE <n> is length in bytes for the file under URI
196 Offset int64 // EXT-X-BYTERANGE [@o] is offset from the start of the file under URI
197 …d before the segment and means changing of encryption key (in theory each segment may have own key)
198 Map *Map // EXT-X-MAP displayed before the segment
200 SCTE *SCTE // SCTE-35 used for Ad signaling in HLS
[all …]
H A Dwriter.go300 func (p *MediaPlaylist) AppendSegment(seg *MediaSegment) error {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/ooni/psiphon/oopsi/github.com/grafov/m3u8/
H A Dstructure.go190 type MediaSegment struct { struct
191 SeqId uint64
192 Title string // optional second parameter for EXTINF tag
193 URI string
194 …tag; duration must be integers if protocol version is less than 3 but we are always keep them float
195 Limit int64 // EXT-X-BYTERANGE <n> is length in bytes for the file under URI
196 Offset int64 // EXT-X-BYTERANGE [@o] is offset from the start of the file under URI
197 …d before the segment and means changing of encryption key (in theory each segment may have own key)
198 Map *Map // EXT-X-MAP displayed before the segment
200 SCTE *SCTE // SCTE-35 used for Ad signaling in HLS
[all …]
H A Dwriter.go300 func (p *MediaPlaylist) AppendSegment(seg *MediaSegment) error {
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/tgcalls/tgcalls/group/
H A DStreamingMediaContext.cpp67 struct MediaSegment { struct
68 int64_t timestamp = 0;
69 int64_t duration = 0;
70 std::shared_ptr<AudioStreamingPart> audio;
71 std::vector<std::shared_ptr<VideoSegment>> video;
/dports/www/firefox-esr/firefox-91.8.0/dom/media/
H A DMediaSegment.h187 explicit MediaSegment(Type aType) in MediaSegment() function
194 MediaSegment(MediaSegment&& aSegment) in MediaSegment() function
/dports/lang/spidermonkey78/firefox-78.9.0/dom/media/
H A DMediaSegment.h187 explicit MediaSegment(Type aType) in MediaSegment() function
194 MediaSegment(MediaSegment&& aSegment) in MediaSegment() function
/dports/www/firefox/firefox-99.0/dom/media/
H A DMediaSegment.h187 explicit MediaSegment(Type aType) in MediaSegment() function
194 MediaSegment(MediaSegment&& aSegment) in MediaSegment() function
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/
H A DMediaSegment.h187 explicit MediaSegment(Type aType) in MediaSegment() function
194 MediaSegment(MediaSegment&& aSegment) in MediaSegment() function
/dports/lang/spidermonkey60/firefox-60.9.0/dom/media/
H A DMediaSegment.h198 explicit MediaSegment(Type aType) in MediaSegment() function
205 MediaSegment(MediaSegment&& aSegment) in MediaSegment() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Media/Streaming/Adaptive/
H A Dmod.rs76 pub const MediaSegment: Self = Self(2i32); const
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/media/
H A DMediaSegment.h200 explicit MediaSegment(Type aType) in MediaSegment() function
/dports/lang/spidermonkey60/firefox-60.9.0/media/webrtc/signaling/test/
H A DFakeMediaStreams.h35 class MediaSegment; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/media/webrtc/signaling/test/
H A DFakeMediaStreams.h35 class MediaSegment; variable
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Media/Streaming/Adaptive/
H A Dmod.rs1795 pub const MediaSegment: AdaptiveMediaSourceResourceType = AdaptiveMediaSourceResourceType(2i32); const