C# Class CSharpRTMP.Core.MediaFormats.mp4.boxes.AtomELST.Entry

显示文件 Open project: langhuihui/csharprtmp

Public Properties

Property Type Description
EditListBox AtomELST
MediaRate double
MediaTime long
SegmentDuration long

Public Methods

Method Description
Entry ( AtomELST editListBox, IsoTypeReader itr ) : System
Entry ( AtomELST editListBox, long segmentDuration, long mediaTime, double mediaRate ) : System

Method Details

Entry() public method

public Entry ( AtomELST editListBox, IsoTypeReader itr ) : System
editListBox AtomELST
itr IsoTypeReader
return System

Entry() public method

public Entry ( AtomELST editListBox, long segmentDuration, long mediaTime, double mediaRate ) : System
editListBox AtomELST
segmentDuration long
mediaTime long
mediaRate double
return System

Property Details

EditListBox public_oe property

public AtomELST,CSharpRTMP.Core.MediaFormats.mp4.boxes EditListBox
return AtomELST

MediaRate public_oe property

public double MediaRate
return double

MediaTime public_oe property

public long MediaTime
return long

SegmentDuration public_oe property

public long SegmentDuration
return long