AudioConverterSeekable Method |
Check if the source media file is seekable.
Namespace:
CSAudioConverter
Assembly:
CSAudioConverter (in CSAudioConverter.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public bool Seekable(
string SourceFile
)
Public Function Seekable (
SourceFile As String
) As Boolean
Dim instance As AudioConverter
Dim SourceFile As String
Dim returnValue As Boolean
returnValue = instance.Seekable(SourceFile)
member Seekable :
SourceFile : string -> bool
public boolean Seekable(
String SourceFile
)
public function Seekable(
SourceFile : String
) : boolean
function Seekable(SourceFile);
Parameters
- SourceFile
- Type: SystemString
Return Value
Type:
BooleanSee Also