C# Class subtitleMemorize.UtilsAlignSubToAudio

Show file Open project: ChangSpivey/SubtitleMemorize Class Usage Examples

Public Methods

Method Description
GetBestShiftValue ( ) : double

Computes the time in seconds for that the lines have to be shifted fit optimal to the audio.

UtilsAlignSubToAudio ( List lines, UtilsInputFiles audioFile ) : System

Method Details

GetBestShiftValue() public method

Computes the time in seconds for that the lines have to be shifted fit optimal to the audio.
public GetBestShiftValue ( ) : double
return double

UtilsAlignSubToAudio() public method

public UtilsAlignSubToAudio ( List lines, UtilsInputFiles audioFile ) : System
lines List
audioFile UtilsInputFiles
return System