class M2TSParser::SatelliteDeliverySystemDescriptor::FEC

表6-11 「FEC(内符号)」による定義

Constants

FECMapping

Public Instance Methods

content_description() click to toggle source
# File lib/m2ts_parser/descriptor.rb, line 243
def content_description
  to_s
end
to_s() click to toggle source
# File lib/m2ts_parser/descriptor.rb, line 247
def to_s
  FECMapping[to_i].to_s
end