C# 클래스 ManagedBass.StremFileProcedures

FileProcedures for use with .Net Stream.
상속: FileProcedures
파일 보기 프로젝트 열기: ManagedBass/ManagedBass

공개 메소드들

메소드 설명
StremFileProcedures ( Stream InputStream ) : System

Creates a new instance of StremFileProcedures.

비공개 메소드들

메소드 설명
ReadProc ( IntPtr Buffer, int Length, IntPtr User ) : int
SeekProc ( long Offset, IntPtr User ) : bool

메소드 상세

StremFileProcedures() 공개 메소드

Creates a new instance of StremFileProcedures.
public StremFileProcedures ( Stream InputStream ) : System
InputStream Stream The to wrap.
리턴 System