C# Class Vidka.Core.ExternalOps.MPlayerPlaybackSegment

Inheritance: OpBaseClass
Mostra file Open project: miktemk/VidkaEditor Class Usage Examples

Public Properties

Property Type Description
doCrop bool

Public Methods

Method Description
MPlayerPlaybackSegment ( VidkaProj proj ) : System
WhileYoureAtIt_cropProj ( long frameStart, long framesLength, bool onlyLockedClips ) : void
run ( ) : void

Private Methods

Method Description
RunMPlayer ( string filenameAvs, VidkaProj proj ) : void

Method Details

MPlayerPlaybackSegment() public method

public MPlayerPlaybackSegment ( VidkaProj proj ) : System
proj Vidka.Core.Model.VidkaProj
return System

WhileYoureAtIt_cropProj() public method

public WhileYoureAtIt_cropProj ( long frameStart, long framesLength, bool onlyLockedClips ) : void
frameStart long
framesLength long
onlyLockedClips bool
return void

run() public method

public run ( ) : void
return void

Property Details

doCrop public_oe property

public bool doCrop
return bool