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

Inheritance: VersionedAtom
Show file Open project: langhuihui/csharprtmp

Public Methods

Method Description
AtomSTHD ( ) : System
AtomSTHD ( MP4Document document, uint type, long size, long start ) : System
ReadData ( ) : void

Method Details

AtomSTHD() public method

public AtomSTHD ( ) : System
return System

AtomSTHD() public method

public AtomSTHD ( MP4Document document, uint type, long size, long start ) : System
document MP4Document
type uint
size long
start long
return System

ReadData() public method

public ReadData ( ) : void
return void