C# Class CSharpRTMP.Core.MediaFormats.mp4.boxes.AtomTRUN

Inheritance: VersionedAtom
Show file Open project: langhuihui/csharprtmp Class Usage Examples

Public Properties

Property Type Description
DataOffset int
Samples List

Public Methods

Method Description
AtomTRUN ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
ReadData ( ) : void

Method Details

AtomTRUN() public method

public AtomTRUN ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
document MP4Document
type uint
size long
start long
return System.Collections.Generic

ReadData() public method

public ReadData ( ) : void
return void

Property Details

DataOffset public property

public int DataOffset
return int

Samples public property

public List Samples
return List