C# Class BDInfo.TSStreamBuffer

Afficher le fichier Open project: damienhaynes/moving-pictures Class Usage Examples

Méthodes publiques

Свойство Type Description
TransferLength int

Méthodes publiques

Méthode Description
Add ( byte buffer, int offset, int length ) : void
BeginRead ( ) : void
EndRead ( ) : void
ReadBits ( int bits ) : int
ReadByte ( ) : byte
ReadBytes ( int bytes ) : byte[]
Reset ( ) : void
Seek ( long offset, SeekOrigin loc ) : void
TSStreamBuffer ( ) : System

Method Details

Add() public méthode

public Add ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
Résultat void

BeginRead() public méthode

public BeginRead ( ) : void
Résultat void

EndRead() public méthode

public EndRead ( ) : void
Résultat void

ReadBits() public méthode

public ReadBits ( int bits ) : int
bits int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : byte
Résultat byte

ReadBytes() public méthode

public ReadBytes ( int bytes ) : byte[]
bytes int
Résultat byte[]

Reset() public méthode

public Reset ( ) : void
Résultat void

Seek() public méthode

public Seek ( long offset, SeekOrigin loc ) : void
offset long
loc SeekOrigin
Résultat void

TSStreamBuffer() public méthode

public TSStreamBuffer ( ) : System
Résultat System

Property Details

TransferLength public_oe property

public int TransferLength
Résultat int