C# Class Smoothget.Mkv.MuxStateWriter

Afficher le fichier Open project: pinglossy/smoothget Class Usage Examples

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
MuxStateWriter ( Stream stream ) : System
WriteBytes ( char key, byte bytes ) : void
WriteRaw ( byte bytes, int start, int end ) : void
WriteUlong ( char key, ulong num ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

MuxStateWriter() public méthode

public MuxStateWriter ( Stream stream ) : System
stream Stream
Résultat System

WriteBytes() public méthode

public WriteBytes ( char key, byte bytes ) : void
key char
bytes byte
Résultat void

WriteRaw() public méthode

public WriteRaw ( byte bytes, int start, int end ) : void
bytes byte
start int
end int
Résultat void

WriteUlong() public méthode

public WriteUlong ( char key, ulong num ) : void
key char
num ulong
Résultat void