Struct m3u8_rs::playlist::SessionData [] [src]

pub struct SessionData {
    pub data_id: String,
    pub value: String,
    pub uri: String,
    pub language: Option<String>,
}

#EXT-X-SESSION-DATA:<attribute-list> The EXT-X-SESSION-KEY tag allows encryption keys from Media Playlists to be specified in a Master Playlist. This allows the client to preload these keys without having to read the Media Playlist(s) first.

Fields

Methods

impl SessionData
[src]

Trait Implementations

impl Debug for SessionData
[src]

Formats the value using the given formatter.

impl Default for SessionData
[src]

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

impl PartialEq for SessionData
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.