class M2TSParser::SatelliteDeliverySystemDescriptor::Polarisation

表6-9 「偏波」による定義

Constants

PolarisationMapping

Public Instance Methods

content_description() click to toggle source
# File lib/m2ts_parser/descriptor.rb, line 198
def content_description
  to_s
end
to_s() click to toggle source
# File lib/m2ts_parser/descriptor.rb, line 202
def to_s
  PolarisationMapping[to_i].to_s
end