Method | Description | |
---|---|---|
AddItem ( List |
Add one list of frames to the encoding batch.
|
|
Encoder ( ) : System |
Default constructor.
|
|
Minimize ( ) : void |
Minimizes the Encoder window.
|
|
Restore ( ) : void |
Minimizes the Encoder window.
|
|
SetStatus ( Status status, int id, string fileName = null ) : void |
Sets the Status of the encoding of a current item.
|
|
Start ( double scale ) : void |
Shows the Encoder window.
|
|
TryClose ( ) : void |
Tries to close the Window if there's no enconding active.
|
|
Update ( int id, int currentFrame ) : void |
Updates a specific item of the list.
|
|
Update ( int id, int currentFrame, string status ) : void |
Updates a specific item of the list.
|
Method | Description | |
---|---|---|
ClearAllButton_Click ( object sender, |
||
Encode ( List |
||
EncoderItem_CloseButtonClickedEvent ( object sender ) : void | ||
EncoderItem_LabelLinkClickedEvent ( object name ) : void | ||
GetScreen ( |
||
InternalAddItem ( List |
||
InternalSetStatus ( Status status, int id, string fileName ) : void | ||
InternalUpdate ( int id, int currentFrame ) : void | ||
InternalUpdate ( int id, int currentFrame, string status ) : void | ||
Window_Activated ( object sender, |
||
Window_Closing ( object sender, System e ) : void |
public static AddItem ( List |
||
listFrames | List |
The list of frames to be encoded. |
fileName | string | Final filename. |
scale | double | Screen scale. |
return | void |
public static SetStatus ( Status status, int id, string fileName = null ) : void | ||
status | Status | The current status. |
id | int | The unique ID of the item. |
fileName | string | The name of the output file. |
return | void |
public static Start ( double scale ) : void | ||
scale | double | Screen scale. |
return | void |
public static Update ( int id, int currentFrame ) : void | ||
id | int | The unique ID of the item. |
currentFrame | int | The current frame being processed. |
return | void |
public static Update ( int id, int currentFrame, string status ) : void | ||
id | int | The unique ID of the item. |
currentFrame | int | The current frame being processed. |
status | string | Status description. |
return | void |