共用方式為


PhotoImportSidecar 類別

定義

代表 PhotoImportItem的側車檔案或同層級檔案。

public ref class PhotoImportSidecar sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class PhotoImportSidecar final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class PhotoImportSidecar
Public NotInheritable Class PhotoImportSidecar
繼承
Object Platform::Object IInspectable PhotoImportSidecar
屬性

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

存取 PhotoImportItem.Sibling 屬性或 PhotoImportItem.Sidecars 屬性,以取得這個類別的實例。

Sidecar 是一個檔案,不是 JPEG 或 RAW 檔案,也不是專案中的 LRV 檔案,其會與其參考的主要檔案共用相同的基底名稱,但副檔名不同。 Sidecars 可以包含其他中繼資料 (。XMP) ,縮圖 (。THM) ,音訊注釋 (。WAV) 或任何其他其他資料,例如 GPS 追蹤以及視訊檔案,格式為包含 NMEA 句子的文字檔。 例如,名為 DSC_0001.JPG 的 JPEG 檔案可能有 DSC_0001.WAV 音訊注釋。 您可以在路徑 + 基底名稱上完成相互關聯。 不過,側車的時間戳記可能類似或與主要檔案的時間戳記相同,不過,如果是 ,則為 。XMP 側車 (中繼資料) ,而且可能還有其他專案,可想像一下,側車已經過編輯,例如在稍後的時間點將影像評分。 任何指定檔案可能有一個以上的側車,例如縮圖、音訊注釋和 XMP 中繼資料側車,全都附加至相同的檔案。

針對相片,同層級檔案是與數位相機所產生相符 JPEG 檔案相關聯的 RAW 檔案,設定為 RAW+JPEG 拍攝模式,其中相機會為每個拍攝的相片產生兩個不同的檔案。 Windows.Media.Import API 會將 JPEG 檔案視為配對的主要專案,並將 RAW 視為同層級。

針對影片,同層級是主要影片的低解析度版本,例如 .mp4 + .lrv 配對。 Windows.Media.Import API 會將 .MP4 視為配對的主要專案,並將低解析度版本視為同層級。

最多可以附加至指定可匯入專案的同層級專案。

屬性

Date

取得 Sidecar 或同層級檔案的日期。

Name

取得 Sidecar 或同層級檔案的名稱。

SizeInBytes

取得 Sidecar 或同層級檔案的大小,以位元組為單位。

適用於