C# Class Vidka.Core.Ops.ExportToAvi_Segment

Inheritance: _VidkaOp
ファイルを表示 Open project: miktemk/VidkaEditor Class Usage Examples

Public Methods

Method Description
ExportToAvi_Segment ( IVidkaOpContext context ) : System
RenderOneSegment ( int index ) : void
Run ( ) : void

Private Methods

Method Description
GetSegmentVideoSegmentOutputPath ( int index ) : string
RenderToAvi ( string xmlFilename, VidkaProj proj, string fileOutVideo, string mencoderArgs ) : void

Method Details

ExportToAvi_Segment() public method

public ExportToAvi_Segment ( IVidkaOpContext context ) : System
context IVidkaOpContext
return System

RenderOneSegment() public method

public RenderOneSegment ( int index ) : void
index int
return void

Run() public method

public Run ( ) : void
return void