Property | Type | Description | |
---|---|---|---|
Document | MP4Document |
Property | Type | Description |
---|
Method | Description | |
---|---|---|
GetPath ( ) : IEnumerable |
||
GetPath ( List |
||
GetSize ( ) : long | ||
Hierarchy ( int indent ) : string | ||
Read ( ) : void | ||
ReadString ( int l ) : string | ||
Write ( ) : void |
Method | Description | |
---|---|---|
BaseAtom ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic | ||
BaseAtom ( uint type ) : System.Collections.Generic | ||
SkipRead ( bool issueWarn ) : bool |
protected BaseAtom ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic | ||
document | MP4Document | |
type | uint | |
size | long | |
start | long | |
return | System.Collections.Generic |
protected BaseAtom ( uint type ) : System.Collections.Generic | ||
type | uint | |
return | System.Collections.Generic |
public abstract Hierarchy ( int indent ) : string | ||
indent | int | |
return | string |