Struct hls_m3u8::MediaSegmentBuilder[][src]

pub struct MediaSegmentBuilder { /* fields omitted */ }

Media segment builder.

Methods

impl MediaSegmentBuilder
[src]

Makes a new MediaSegmentBuilder instance.

Important traits for &'a mut R

Sets the URI of the resulting media segment.

Important traits for &'a mut R

Sets the given tag to the resulting media segment.

Builds a MediaSegment instance.

Trait Implementations

impl Debug for MediaSegmentBuilder
[src]

Formats the value using the given formatter. Read more

impl Clone for MediaSegmentBuilder
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MediaSegmentBuilder
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations