C# Class Captura.RecorderParams

显示文件 Open project: shendongnian/code Class Usage Examples

Public Properties

Property Type Description
EncodeAudio bool
FramesPerSecond int
IncludeCursor bool
hWnd IntPtr

Public Methods

Method Description
CreateAudioStream ( AviWriter writer ) : IAviAudioStream
CreateAviWriter ( ) : AviWriter
CreateVideoStream ( AviWriter writer ) : IAviVideoStream
RecorderParams ( string filename, int FrameRate, FourCC Encoder, int Quality, int AudioSourceId ) : System
RecorderParams ( string filename, int FrameRate, FourCC Encoder, int Quality, int AudioSourceId, bool UseStereo, bool IncludeCursor, IntPtr hWnd ) : System
RecorderParams ( string filename, int FrameRate, FourCC Encoder, int Quality, int AudioSourceId, bool UseStereo, bool EncodeAudio, int AudioQuality, bool IncludeCursor, IntPtr hWnd ) : System

Private Methods

Method Description
Recorder ( ) : System

Method Details

CreateAudioStream() public method

public CreateAudioStream ( AviWriter writer ) : IAviAudioStream
writer AviWriter
return IAviAudioStream

CreateAviWriter() public method

public CreateAviWriter ( ) : AviWriter
return AviWriter

CreateVideoStream() public method

public CreateVideoStream ( AviWriter writer ) : IAviVideoStream
writer AviWriter
return IAviVideoStream

RecorderParams() public method

public RecorderParams ( string filename, int FrameRate, FourCC Encoder, int Quality, int AudioSourceId ) : System
filename string
FrameRate int
Encoder FourCC
Quality int
AudioSourceId int
return System

RecorderParams() public method

public RecorderParams ( string filename, int FrameRate, FourCC Encoder, int Quality, int AudioSourceId, bool UseStereo, bool IncludeCursor, IntPtr hWnd ) : System
filename string
FrameRate int
Encoder FourCC
Quality int
AudioSourceId int
UseStereo bool
IncludeCursor bool
hWnd IntPtr
return System

RecorderParams() public method

public RecorderParams ( string filename, int FrameRate, FourCC Encoder, int Quality, int AudioSourceId, bool UseStereo, bool EncodeAudio, int AudioQuality, bool IncludeCursor, IntPtr hWnd ) : System
filename string
FrameRate int
Encoder FourCC
Quality int
AudioSourceId int
UseStereo bool
EncodeAudio bool
AudioQuality int
IncludeCursor bool
hWnd IntPtr
return System

Property Details

EncodeAudio public_oe property

public bool EncodeAudio
return bool

FramesPerSecond public_oe property

public int FramesPerSecond
return int

IncludeCursor public_oe property

public bool IncludeCursor
return bool

hWnd public_oe property

public IntPtr hWnd
return IntPtr