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

Inheritance: VersionedAtom
Show file Open project: langhuihui/csharprtmp

Public Methods

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

Method Details

AtomSUBS() public method

public AtomSUBS ( ) : System
return System

AtomSUBS() public method

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