C# Класс CSharpRTMP.Core.MediaFormats.mp4.boxes.BoxAtom

Наследование: BaseAtom, IBoxContainer
Показать файл Открыть проект

Открытые методы

Метод Описание
AddAtom ( BaseAtom atom ) : void
AtomCreated ( BaseAtom atom ) : void
GetPath ( List path ) : IEnumerable
Hierarchy ( int indent ) : string
Read ( ) : void
Write ( ) : void

Защищенные методы

Метод Описание
BoxAtom ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
BoxAtom ( uint type ) : System.Collections.Generic

Описание методов

AddAtom() публичный Метод

public AddAtom ( BaseAtom atom ) : void
atom BaseAtom
Результат void

AtomCreated() публичный Метод

public AtomCreated ( BaseAtom atom ) : void
atom BaseAtom
Результат void

BoxAtom() защищенный Метод

protected BoxAtom ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
Результат System.Collections.Generic

BoxAtom() защищенный Метод

protected BoxAtom ( uint type ) : System.Collections.Generic
type uint
Результат System.Collections.Generic

GetPath() публичный Метод

public GetPath ( List path ) : IEnumerable
path List
Результат IEnumerable

Hierarchy() публичный Метод

public Hierarchy ( int indent ) : string
indent int
Результат string

Read() публичный Метод

public Read ( ) : void
Результат void

Write() публичный Метод

public Write ( ) : void
Результат void