C# Class Vidka.Core.Ops.ExportToAvi_Segment

Inheritance: _VidkaOp
Afficher le fichier Open project: miktemk/VidkaEditor Class Usage Examples

Méthodes publiques

Méthode Description
ExportToAvi_Segment ( IVidkaOpContext context ) : System
RenderOneSegment ( int index ) : void
Run ( ) : void

Private Methods

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

Method Details

ExportToAvi_Segment() public méthode

public ExportToAvi_Segment ( IVidkaOpContext context ) : System
context IVidkaOpContext
Résultat System

RenderOneSegment() public méthode

public RenderOneSegment ( int index ) : void
index int
Résultat void

Run() public méthode

public Run ( ) : void
Résultat void