SubtitleFile(FileInfo, 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(
FileInfo file,
float fps
)
Public Sub New (
file As FileInfo,
fps As Single
)
Dim file As FileInfo
Dim fps As Single
Dim instance As New SubtitleFile(file, fps)
public:
SubtitleFile(
FileInfo^ file,
float fps
)
new :
file : FileInfo *
fps : float32 -> SubtitleFile
No code example is currently available or this language may not be supported.
Parameters
- file FileInfo
-
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.
|