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

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

Public Methods

Method Description
AtomCreated ( BaseAtom atom ) : void
AtomUDTA ( MP4Document document, uint type, long size, long start ) : System.Collections.Generic
Read ( ) : void

Method Details

AtomCreated() public method

public AtomCreated ( BaseAtom atom ) : void
atom BaseAtom
return void

AtomUDTA() public method

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

Read() public method

public Read ( ) : void
return void