C# 클래스 CSharpRTMP.Core.MediaFormats.mp4.boxes.BaseAtom

파일 보기 프로젝트 열기: langhuihui/csharprtmp 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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