C# Class BDInfo.TSStreamBuffer

Datei anzeigen Open project: damienhaynes/moving-pictures Class Usage Examples

Public Properties

Property Type Description
TransferLength int

Public Methods

Method 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 method

public Add ( byte buffer, int offset, int length ) : void
buffer byte
offset int
length int
return void

BeginRead() public method

public BeginRead ( ) : void
return void

EndRead() public method

public EndRead ( ) : void
return void

ReadBits() public method

public ReadBits ( int bits ) : int
bits int
return int

ReadByte() public method

public ReadByte ( ) : byte
return byte

ReadBytes() public method

public ReadBytes ( int bytes ) : byte[]
bytes int
return byte[]

Reset() public method

public Reset ( ) : void
return void

Seek() public method

public Seek ( long offset, SeekOrigin loc ) : void
offset long
loc SeekOrigin
return void

TSStreamBuffer() public method

public TSStreamBuffer ( ) : System
return System

Property Details

TransferLength public_oe property

public int TransferLength
return int