TSDuck v3.40-3963
MPEG Transport Stream Toolkit
|
This is the complete list of members for ts::SectionFile, including all inherited members.
add(const BinaryTablePtr &table) | ts::SectionFile | |
add(const BinaryTablePtrVector &tables) | ts::SectionFile | |
add(const AbstractTablePtr &table) | ts::SectionFile | |
add(const SectionPtr §ion) | ts::SectionFile | |
add(const SectionPtrVector §ions) | ts::SectionFile | |
binarySize() const | ts::SectionFile | |
clear() | ts::SectionFile | |
getOrphanSections(SectionPtrVector §ions) const | ts::SectionFile | inline |
getSections(SectionPtrVector §ions) const | ts::SectionFile | inline |
getTables(BinaryTablePtrVector &tables) const | ts::SectionFile | inline |
load(const UString &file_name, SectionFormat type=SectionFormat::UNSPECIFIED) | ts::SectionFile | |
load(std::istream &strm, SectionFormat type=SectionFormat::UNSPECIFIED) | ts::SectionFile | |
loadBinary(std::istream &strm) | ts::SectionFile | inline |
loadBinary(const fs::path &file_name) | ts::SectionFile | |
loadBuffer(const void *data, size_t size) | ts::SectionFile | |
loadBuffer(const ByteBlock &data, size_t start=0, size_t count=NPOS) | ts::SectionFile | |
loadJSON(const UString &file_name) | ts::SectionFile | |
loadJSON(std::istream &strm) | ts::SectionFile | |
LoadModel(xml::Document &doc, bool load_extensions=true) | ts::SectionFile | static |
loadXML(const UString &file_name) | ts::SectionFile | |
loadXML(std::istream &strm) | ts::SectionFile | |
orphanSections() const | ts::SectionFile | inline |
packOrphanSections() | ts::SectionFile | |
parseJSON(const UString &json_content) | ts::SectionFile | |
parseXML(const UString &xml_content) | ts::SectionFile | |
reorganizeEITs(const Time &reftime=Time(), EITOptions options=EITOptions::GEN_ALL) | ts::SectionFile | |
saveBinary(std::ostream &strm) const | ts::SectionFile | inline |
saveBinary(const fs::path &file_name) const | ts::SectionFile | |
saveBuffer(void *buffer, size_t buffer_size) const | ts::SectionFile | |
saveBuffer(ByteBlock &buffer) const | ts::SectionFile | |
saveJSON(const UString &file_name) | ts::SectionFile | |
saveXML(const UString &file_name) const | ts::SectionFile | |
SectionFile(DuckContext &duck) | ts::SectionFile | |
sections() const | ts::SectionFile | inline |
sectionsCount() const | ts::SectionFile | inline |
setCRCValidation(CRC32::Validation crc_op) | ts::SectionFile | inline |
setTweaks(const xml::Tweaks &tweaks) | ts::SectionFile | inline |
tables() const | ts::SectionFile | inline |
tablesCount() const | ts::SectionFile | inline |
toJSON() | ts::SectionFile | |
toXML() const | ts::SectionFile | |
XML_TABLES_MODEL | ts::SectionFile | static |