C# 클래스 xZune.Bass.BassStream

A Stream wrapper for AudioStream.CreateFormStream.
상속: IDisposable
파일 보기 프로젝트 열기: higankanshi/xZune.Bass 1 사용 예제들

공개 메소드들

메소드 설명
BassStream ( Stream stream ) : System

Create a BassStream form a Stream.

Dispose ( ) : void

Release all resource.

비공개 메소드들

메소드 설명
OnFileClose ( IntPtr user ) : void
OnFileLength ( IntPtr user ) : System.UInt64
OnFileRead ( IntPtr buffer, uint length, IntPtr user ) : uint
OnFileSeek ( uint offset, IntPtr user ) : bool

메소드 상세

BassStream() 공개 메소드

Create a BassStream form a Stream.
public BassStream ( Stream stream ) : System
stream Stream Stream to wrap.
리턴 System

Dispose() 공개 메소드

Release all resource.
public Dispose ( ) : void
리턴 void