Module: M2TSParser

Defined in:
lib/m2ts_parser/table.rb,
lib/m2ts_parser.rb,
lib/m2ts_parser/test.rb,
lib/m2ts_parser/common.rb,
lib/m2ts_parser/version.rb,
lib/m2ts_parser/descriptor.rb,
lib/m2ts_parser/appendix/crc32.rb,
lib/m2ts_parser/appendix/arib_time.rb,
lib/m2ts_parser/appendix/arib_string.rb,
lib/m2ts_parser/appendix/ca_system_id.rb,
lib/m2ts_parser/application/epg_parse.rb,
lib/m2ts_parser/mpeg_transport_stream.rb,
lib/m2ts_parser/appendix/arib_duration.rb,
lib/m2ts_parser/appendix/content_nibble.rb

Overview

ARIB-STD-B10 第2部 (v4_9), 付録H 「コンテント記述子におけるジャンル指定」に従う定義

Defined Under Namespace

Modules: Appendix, Application, Descriptor Classes: BouquetAssociationSection, BouquetNameDescriptor, CAIdentifierDescriptor, Code, ComponentDescriptor, ContentDescriptor, CountryAvailabilityDescriptor, CountryCode, EventInformationSection, ExtendedEventDescriptor, LanguageCode, MPEGTransportStream, SatelliteDeliverySystemDescriptor, ShortEventDescriptor, Table, TableSelector, UndefinedDescriptor, UndefinedSection

Constant Summary collapse

DEF_FILES =
[
 'common.rb',
 'descriptor.rb',
 'mpeg_transport_stream.rb',
 'table.rb',
]
LIB_ROOT =
File.expand_path(File.dirname(__FILE__))
VERSION =
"0.0.2"