Class: RobocapCenc::SDK::CencMp4Metadata
- Inherits:
-
Data
- Object
- Data
- RobocapCenc::SDK::CencMp4Metadata
- Defined in:
- lib/robocap/sdk/mp4_cenc.rb
Instance Attribute Summary collapse
-
#cek_wrapped ⇒ Object
readonly
Returns the value of attribute cek_wrapped.
-
#customer_id ⇒ Object
readonly
Returns the value of attribute customer_id.
-
#kid_hex ⇒ Object
readonly
Returns the value of attribute kid_hex.
-
#product_line ⇒ Object
readonly
Returns the value of attribute product_line.
-
#tag_deviceid ⇒ Object
readonly
Returns the value of attribute tag_deviceid.
-
#tag_host ⇒ Object
readonly
Returns the value of attribute tag_host.
Instance Method Summary collapse
-
#initialize(customer_id:, cek_wrapped:, kid_hex: nil, product_line: PRODUCT_LINE_LEGACY, tag_deviceid: nil, tag_host: nil) ⇒ CencMp4Metadata
constructor
A new instance of CencMp4Metadata.
Constructor Details
#initialize(customer_id:, cek_wrapped:, kid_hex: nil, product_line: PRODUCT_LINE_LEGACY, tag_deviceid: nil, tag_host: nil) ⇒ CencMp4Metadata
Returns a new instance of CencMp4Metadata.
25 26 27 28 |
# File 'lib/robocap/sdk/mp4_cenc.rb', line 25 def initialize(customer_id:, cek_wrapped:, kid_hex: nil, product_line: PRODUCT_LINE_LEGACY, tag_deviceid: nil, tag_host: nil) super end |
Instance Attribute Details
#cek_wrapped ⇒ Object (readonly)
Returns the value of attribute cek_wrapped
22 23 24 |
# File 'lib/robocap/sdk/mp4_cenc.rb', line 22 def cek_wrapped @cek_wrapped end |
#customer_id ⇒ Object (readonly)
Returns the value of attribute customer_id
22 23 24 |
# File 'lib/robocap/sdk/mp4_cenc.rb', line 22 def customer_id @customer_id end |
#kid_hex ⇒ Object (readonly)
Returns the value of attribute kid_hex
22 23 24 |
# File 'lib/robocap/sdk/mp4_cenc.rb', line 22 def kid_hex @kid_hex end |
#product_line ⇒ Object (readonly)
Returns the value of attribute product_line
22 23 24 |
# File 'lib/robocap/sdk/mp4_cenc.rb', line 22 def product_line @product_line end |
#tag_deviceid ⇒ Object (readonly)
Returns the value of attribute tag_deviceid
22 23 24 |
# File 'lib/robocap/sdk/mp4_cenc.rb', line 22 def tag_deviceid @tag_deviceid end |
#tag_host ⇒ Object (readonly)
Returns the value of attribute tag_host
22 23 24 |
# File 'lib/robocap/sdk/mp4_cenc.rb', line 22 def tag_host @tag_host end |