C# Class Smoothget.Mp4.Mp4Utils

ファイルを表示 Open project: pinglossy/smoothget Class Usage Examples

Public Methods

Method Description
GetBox ( byte boxBytes, int &start, int end ) : Box
ReadReverseBytes ( byte boxBytes, int count, int &start, int end ) : byte[]

Method Details

GetBox() public static method

public static GetBox ( byte boxBytes, int &start, int end ) : Box
boxBytes byte
start int
end int
return Box

ReadReverseBytes() public static method

public static ReadReverseBytes ( byte boxBytes, int count, int &start, int end ) : byte[]
boxBytes byte
count int
start int
end int
return byte[]