PhotoImportVideoSegment.Sidecars Property

Definition

Gets the sidecar file associated with the imported video segment.

public:
 property IVectorView<PhotoImportSidecar ^> ^ Sidecars { IVectorView<PhotoImportSidecar ^> ^ get(); };
IVectorView<PhotoImportSidecar> Sidecars();
public IReadOnlyList<PhotoImportSidecar> Sidecars { get; }
var iVectorView = photoImportVideoSegment.sidecars;
Public ReadOnly Property Sidecars As IReadOnlyList(Of PhotoImportSidecar)

Property Value

The sidecar file associated with the imported video segment.

Applies to