Class: Bitmovin::Encoding::Encodings::Muxings::Drms::TsMuxingAesEncryption
- Inherits:
-
DrmMuxingResource
- Object
- Resource
- DrmMuxingResource
- Bitmovin::Encoding::Encodings::Muxings::Drms::TsMuxingAesEncryption
- Defined in:
- lib/bitmovin/encoding/encodings/muxings/drms/ts_muxing_aes_encryption.rb
Instance Attribute Summary collapse
-
#iv ⇒ Object
Returns the value of attribute iv.
-
#key ⇒ Object
Returns the value of attribute key.
-
#key_file_uri ⇒ Object
Returns the value of attribute key_file_uri.
-
#method ⇒ Object
Returns the value of attribute method.
Attributes inherited from DrmMuxingResource
#created_at, #description, #encoding_id, #id, #modified_at, #muxing_id, #name, #outputs
Attributes inherited from Resource
#created_at, #description, #id, #modified_at, #name
Method Summary
Methods inherited from DrmMuxingResource
Methods inherited from Resource
#delete!, find, init, #init_instance, #initialize, #inspect, list, #persisted?, #save!
Methods included from Helpers
#camelize_hash, #hash_to_struct, result, #result, #underscore_hash
Constructor Details
This class inherits a constructor from Bitmovin::Encoding::Encodings::Muxings::Drms::DrmMuxingResource
Instance Attribute Details
#iv ⇒ Object
Returns the value of attribute iv.
3 4 5 |
# File 'lib/bitmovin/encoding/encodings/muxings/drms/ts_muxing_aes_encryption.rb', line 3 def iv @iv end |
#key ⇒ Object
Returns the value of attribute key.
3 4 5 |
# File 'lib/bitmovin/encoding/encodings/muxings/drms/ts_muxing_aes_encryption.rb', line 3 def key @key end |
#key_file_uri ⇒ Object
Returns the value of attribute key_file_uri.
3 4 5 |
# File 'lib/bitmovin/encoding/encodings/muxings/drms/ts_muxing_aes_encryption.rb', line 3 def key_file_uri @key_file_uri end |
#method ⇒ Object
Returns the value of attribute method.
3 4 5 |
# File 'lib/bitmovin/encoding/encodings/muxings/drms/ts_muxing_aes_encryption.rb', line 3 def method @method end |