Метод | Описание | |
---|---|---|
GetFileBlock ( string strFile, long pos, int count ) : byte[] | ||
GetTotalFrames ( System.TimeSpan time, int fps ) : long | ||
ToFilePosition ( byte bytes ) : long | ||
ToInt16 ( byte bytes ) : short | ||
ToInt32 ( byte bytes ) : uint | ||
ToShort ( byte bytes ) : short |
Метод | Описание | |
---|---|---|
AsHex ( int val ) : int | ||
GetChainOffset ( string ifoFile, long pcgitPosition, int programChain ) : uint | ||
GetFrames ( System.TimeSpan time, int fps ) : int | ||
GetFrames ( byte val ) : short? | ||
GetNumberOfPrograms ( string ifoFile, long pcgitPosition, uint chainOffset ) : int | ||
GetPCGIP_Position ( string ifoFile ) : long | ||
GetProgramChains ( string ifoFile, long pcgitPosition ) : int | ||
ReadTimeSpan ( byte playbackBytes, double &fps ) : TimeSpan? | ||
ReadTimeSpan ( string ifoFile, long pcgitPosition, uint chainOffset, double &fps ) : TimeSpan? | ||
TwoLong ( int val ) : string |
public static GetFileBlock ( string strFile, long pos, int count ) : byte[] | ||
strFile | string | |
pos | long | |
count | int | |
Результат | byte[] |
public static GetTotalFrames ( System.TimeSpan time, int fps ) : long | ||
time | System.TimeSpan | |
fps | int | |
Результат | long |
public static ToFilePosition ( byte bytes ) : long | ||
bytes | byte | |
Результат | long |
public static ToInt16 ( byte bytes ) : short | ||
bytes | byte | |
Результат | short |
public static ToInt32 ( byte bytes ) : uint | ||
bytes | byte | |
Результат | uint |
public static ToShort ( byte bytes ) : short | ||
bytes | byte | |
Результат | short |