C# 클래스 BDInfo.TSStreamBuffer

파일 보기 프로젝트 열기: damienhaynes/moving-pictures 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
TransferLength int

공개 메소드들

메소드 설명
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

메소드 상세

Add() 공개 메소드

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

BeginRead() 공개 메소드

public BeginRead ( ) : void
리턴 void

EndRead() 공개 메소드

public EndRead ( ) : void
리턴 void

ReadBits() 공개 메소드

public ReadBits ( int bits ) : int
bits int
리턴 int

ReadByte() 공개 메소드

public ReadByte ( ) : byte
리턴 byte

ReadBytes() 공개 메소드

public ReadBytes ( int bytes ) : byte[]
bytes int
리턴 byte[]

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin loc ) : void
offset long
loc SeekOrigin
리턴 void

TSStreamBuffer() 공개 메소드

public TSStreamBuffer ( ) : System
리턴 System

프로퍼티 상세

TransferLength 공개적으로 프로퍼티

public int TransferLength
리턴 int