module M3U8::Encryptable

Overview

Encapsulates logic common to encryption key tags

Direct including types

Defined in:

m3u8/encryptable.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(params : NamedTuple = NamedTuple.new) #

[View source]
def self.new(method = "", uri = nil, iv = nil, key_format = nil, key_format_versions = nil) #

[View source]

Class Method Detail

def self.convert_key(params) #

[View source]

Instance Method Detail

def attributes_to_s #

[View source]
def iv : String? #

[View source]
def iv=(iv : String?) #

[View source]
def key_format : String? #

[View source]
def key_format=(key_format : String?) #

[View source]
def key_format_versions : String? #

[View source]
def key_format_versions=(key_format_versions : String?) #

[View source]
def method : String #

[View source]
def method=(method : String) #

[View source]
def uri : String? #

[View source]
def uri=(uri : String?) #

[View source]