SubtitleFile(String, Single) Constructor
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 SubtitleFile(
string filepath,
float fps
)
Public Sub New (
filepath As String,
fps As Single
)
Dim filepath As String
Dim fps As Single
Dim instance As New SubtitleFile(filepath,
fps)
public:
SubtitleFile(
String^ filepath,
float fps
)
new :
filepath : string *
fps : float32 -> SubtitleFile
No code example is currently available or this language may not be supported.
Parameters
- filepath String
-
The full path of the subtitle file to load.
- fps Single
-
The FPS of the subtitle.
FileNotFoundException
|
File not found.
|
Exception
|
Error trying to open the specified file. Check the file and/or the SubtitleAPI dll.
|