Class: Robocap::SDK::CencMp4Metadata
- Inherits:
-
Data
- Object
- Data
- Robocap::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.
Instance Attribute Details
#cek_wrapped ⇒ Object (readonly)
Returns the value of attribute cek_wrapped
12 13 14 |
# File 'lib/robocap/sdk/mp4_cenc.rb', line 12 def cek_wrapped @cek_wrapped end |
#customer_id ⇒ Object (readonly)
Returns the value of attribute customer_id
12 13 14 |
# File 'lib/robocap/sdk/mp4_cenc.rb', line 12 def customer_id @customer_id end |
#kid_hex ⇒ Object (readonly)
Returns the value of attribute kid_hex
12 13 14 |
# File 'lib/robocap/sdk/mp4_cenc.rb', line 12 def kid_hex @kid_hex end |