C# Class Smoothget.Mp4.TfxdBox

Inheritance: Box
Mostrar archivo Open project: pinglossy/smoothget Class Usage Examples

Public Properties

Property Type Description
Flags byte[]
FragmentAbsoluteTime ulong
FragmentDuration ulong
Version byte

Public Methods

Method Description
TfxdBox ( byte boxBytes, int start, int end ) : System

Method Details

TfxdBox() public method

public TfxdBox ( byte boxBytes, int start, int end ) : System
boxBytes byte
start int
end int
return System

Property Details

Flags public_oe property

public byte[] Flags
return byte[]

FragmentAbsoluteTime public_oe property

public ulong FragmentAbsoluteTime
return ulong

FragmentDuration public_oe property

public ulong FragmentDuration
return ulong

Version public_oe property

public byte Version
return byte