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

Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
Document MP4Document

Private Properties

Свойство Тип Описание

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

Метод Описание
GetPath ( ) : IEnumerable
GetPath ( List path ) : IEnumerable
GetSize ( ) : long
Hierarchy ( int indent ) : string
Read ( ) : void
ReadString ( int l ) : string
Write ( ) : void

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

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

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

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

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

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

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

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

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

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

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

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

public GetSize ( ) : long
Результат long

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

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

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

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

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

public ReadString ( int l ) : string
l int
Результат string

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

protected SkipRead ( bool issueWarn ) : bool
issueWarn bool
Результат bool

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

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

Описание свойств

Document публичное свойство

public MP4Document Document
Результат MP4Document