IFrontEndAdapter.GetStreamLength(String, Boolean) メソッド

定義

ストリームの長さを示す値をバイト単位で取得します。

public long GetStreamLength (string streamPath, bool isDownload = false);
abstract member GetStreamLength : string * bool -> int64
Public Function GetStreamLength (streamPath As String, Optional isDownload As Boolean = false) As Long

パラメーター

streamPath
String

ストリームへの相対パス。

isDownload
Boolean

[is download]に true 設定すると、サーバーではなくローカル コンピューターでストリームの長さが取得されます。

戻り値

ストリームの長さ (バイト単位)。

適用対象