次の方法で共有


PhotoImportVideoSegment.SizeInBytes プロパティ

定義

インポートされたビデオ セグメントのサイズをバイト単位で取得します。

public:
 property unsigned long long SizeInBytes { unsigned long long get(); };
uint64_t SizeInBytes();
public ulong SizeInBytes { get; }
var uInt64 = photoImportVideoSegment.sizeInBytes;
Public ReadOnly Property SizeInBytes As ULong

プロパティ値

UInt64

unsigned long long

uint64_t

インポートされたビデオ セグメントのサイズ (バイト単位)。

適用対象