Struct CriAtomPlayer.LoadRequestCbFunc.Arg
コールバックイベント引数型
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriAtom.dll
Syntax
public struct CriAtomPlayer.LoadRequestCbFunc.Arg
Properties
binder
ファイルロード先バインダー
Declaration
public readonly IntPtr binder { get; }
Property Value
| Type | Description |
|---|---|
| IntPtr |
length
ロード要求サイズ
Declaration
public readonly long length { get; }
Property Value
| Type | Description |
|---|---|
| long |
offset
ロード開始位置
Declaration
public readonly long offset { get; }
Property Value
| Type | Description |
|---|---|
| long |
path
ファイルパス
Declaration
public readonly NativeString path { get; }
Property Value
| Type | Description |
|---|---|
| NativeString |