SubtitleFileConvertToFormat(SubtitleFormat, Single, String) Method
Converts the current subtitle file to other subtitle format.
Namespace: DevCase.ThirdParty.SubtitleWorkshopAssembly: DevCase.net48.ThirdParty.SubtitleWorkshop (in DevCase.net48.ThirdParty.SubtitleWorkshop.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool ConvertToFormat(
SubtitleFormat subtitleFormat,
float fps,
string filepath
)
Public Function ConvertToFormat (
subtitleFormat As SubtitleFormat,
fps As Single,
filepath As String
) As Boolean
Dim instance As SubtitleFile
Dim subtitleFormat As SubtitleFormat
Dim fps As Single
Dim filepath As String
Dim returnValue As Boolean
returnValue = instance.ConvertToFormat(subtitleFormat,
fps, filepath)
public:
bool ConvertToFormat(
SubtitleFormat subtitleFormat,
float fps,
String^ filepath
)
member ConvertToFormat :
subtitleFormat : SubtitleFormat *
fps : float32 *
filepath : string -> bool
No code example is currently available or this language may not be supported.
- subtitleFormat SubtitleFormat
-
The target subtitle format.
- fps Single
-
The target FPS.
- filepath String
-
The target subtitle filepath.
Boolean if the operation success, otherwise,
.