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

Inheritance: VersionedAtom
Show file Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
Entries List

Public Methods

Method Description
AtomSDTP ( List sampleDependencies ) : System.Collections.Generic
AtomSDTP ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
ReadData ( ) : void
Write ( ) : void

Method Details

AtomSDTP() public method

public AtomSDTP ( List sampleDependencies ) : System.Collections.Generic
sampleDependencies List
return System.Collections.Generic

AtomSDTP() public method

public AtomSDTP ( 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

Write() public method

public Write ( ) : void
return void

Property Details

Entries public property

public List Entries
return List