Method | Description | |
---|---|---|
Calculator ( MeGUI.MainForm mainForm ) : System | ||
SetDefaults ( ulong nbFrames, double framerate, int hRes, int vRes, MeGUI.VideoCodecSettings vSettings, List audioStreams ) : void |
sets video, audio and codec defaults
|
Method | Description | |
---|---|---|
AddAudio ( ) : AudioTrackSizeTab | ||
AddAutoSelectHandler ( Control control ) : void | ||
AddExtra ( ) : ExtraSizeTab | ||
Calculate ( ) : void |
Calculates by the selected method
|
|
GetAudioStreams ( ) : IEnumerable |
Gets the audio streams by finding them in the form
|
|
GetAudioTypes ( ) : IEnumerable |
Gets the audio types used by the audio streams
|
|
GetTotalExtraSize ( ) : FileSize |
Gets the total extra size by finding the extras and summing their sizes
|
|
SetAudioLength ( ) : void | ||
TagIndexes ( ) : void | ||
UpdateContainers ( ) : void |
Determines which containers can be selected based on video and audio streams
|
|
UpdateTotalFrames ( ) : void | ||
UpdateTotalSeconds ( ) : void |
Method | Description | |
---|---|---|
addAudioLink_Clicked ( object sender, EventArgs e ) : void | ||
addAudioToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
addExtraToolStripMenuItem_Click ( object sender, EventArgs e ) : void | ||
audio_SelectedIndexChanged ( object sender, |
||
bframes_CheckedChanged ( object sender, |
||
calculationMode_CheckedChanged ( object sender, |
handles the change in between bitrate and size calculation mode
|
|
codec_CheckedChanged ( object sender, |
handles codec selection change the choice is not limited for any codec
|
|
fpsChooser_SelectionChanged ( object sender, string val ) : void | ||
picTime_Click ( object sender, EventArgs e ) : void |
Switches between showing h m s and total seconds
|
|
targetSize_SelectionChanged ( object sender, string val ) : void | ||
textField_TextChanged ( object sender, |
||
time_ValueChanged ( object sender, |
protected AddAutoSelectHandler ( Control control ) : void | ||
control | Control | |
return | void |
public Calculator ( MeGUI.MainForm mainForm ) : System | ||
mainForm | MeGUI.MainForm | |
return | System |
public SetDefaults ( ulong nbFrames, double framerate, int hRes, int vRes, MeGUI.VideoCodecSettings vSettings, List audioStreams ) : void | ||
nbFrames | ulong | number of frames of the video source |
framerate | double | framerate of the video source |
hRes | int | |
vRes | int | |
vSettings | MeGUI.VideoCodecSettings | |
audioStreams | List | |
return | void |