C# 클래스 AnimatGuiCtrls.Video.AudioStream

상속: AviStream
파일 보기 프로젝트 열기: NeuroRoboticTech/AnimatLabPublicSource 1 사용 예제들

공개 메소드들

메소드 설명
AudioStream ( int aviFile, IntPtr aviStream ) : System

Initialize an AudioStream for an existing stream

ExportStream ( String fileName ) : void

Copy the stream into a new file

GetFormat ( ) : Avi.PCMWAVEFORMAT

Read the stream's format information

GetStreamData ( Avi &streamInfo, Avi &format, int &streamLength ) : IntPtr

Returns all data needed to copy the stream

Do not forget to call Marshal.FreeHGlobal and release the raw data pointer

GetStreamInfo ( ) : Avi.AVISTREAMINFO

Read the stream's header information

비공개 메소드들

메소드 설명
GetStreamInfo ( IntPtr aviStream ) : Avi.AVISTREAMINFO

Read the stream's header information

메소드 상세

AudioStream() 공개 메소드

Initialize an AudioStream for an existing stream
public AudioStream ( int aviFile, IntPtr aviStream ) : System
aviFile int The file that contains the stream
aviStream System.IntPtr An IAVISTREAM from [aviFile]
리턴 System

ExportStream() 공개 메소드

Copy the stream into a new file
public ExportStream ( String fileName ) : void
fileName String Name of the new file
리턴 void

GetFormat() 공개 메소드

Read the stream's format information
public GetFormat ( ) : Avi.PCMWAVEFORMAT
리턴 Avi.PCMWAVEFORMAT

GetStreamData() 공개 메소드

Returns all data needed to copy the stream
Do not forget to call Marshal.FreeHGlobal and release the raw data pointer
public GetStreamData ( Avi &streamInfo, Avi &format, int &streamLength ) : IntPtr
streamInfo Avi Receives the header information
format Avi Receives the format
streamLength int Receives the length of the stream
리턴 System.IntPtr

GetStreamInfo() 공개 메소드

Read the stream's header information
public GetStreamInfo ( ) : Avi.AVISTREAMINFO
리턴 Avi.AVISTREAMINFO