Shaka Packager SDK
Loading...
Searching...
No Matches
Public Member Functions | List of all members
shaka::hls::EncryptionInfoEntry Class Reference
Inheritance diagram for shaka::hls::EncryptionInfoEntry:
shaka::hls::HlsEntry

Public Member Functions

 EncryptionInfoEntry (MediaPlaylist::EncryptionMethod method, const std::string &url, const std::string &key_id, const std::string &iv, const std::string &key_format, const std::string &key_format_versions)
 
std::string ToString () override
 
std::string ToString (std::string)
 
- Public Member Functions inherited from shaka::hls::HlsEntry
EntryType type () const
 

Additional Inherited Members

- Public Types inherited from shaka::hls::HlsEntry
enum class  EntryType { kExtInf , kExtKey , kExtDiscontinuity , kExtPlacementOpportunity }
 
- Protected Member Functions inherited from shaka::hls::HlsEntry
 HlsEntry (EntryType type)
 

Detailed Description

Definition at line 324 of file media_playlist.h.

Constructor & Destructor Documentation

◆ EncryptionInfoEntry()

shaka::hls::EncryptionInfoEntry::EncryptionInfoEntry ( MediaPlaylist::EncryptionMethod  method,
const std::string &  url,
const std::string &  key_id,
const std::string &  iv,
const std::string &  key_format,
const std::string &  key_format_versions 
)

Definition at line 280 of file media_playlist.cc.

Member Function Documentation

◆ ToString() [1/2]

std::string shaka::hls::EncryptionInfoEntry::ToString ( )
overridevirtual

Implements shaka::hls::HlsEntry.

Definition at line 294 of file media_playlist.cc.

◆ ToString() [2/2]

std::string shaka::hls::EncryptionInfoEntry::ToString ( std::string  tag_name)

Definition at line 298 of file media_playlist.cc.


The documentation for this class was generated from the following files: