VariablePhotoCapturedEventArgs.UsedFrameControllerIndex 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个索引值,该值指示 DesiredFrameControllers 矢量的哪个元素用于为可变照片序列的关联帧指定请求的控制值。
public:
property IReference<unsigned int> ^ UsedFrameControllerIndex { IReference<unsigned int> ^ get(); };
IReference<uint32_t> UsedFrameControllerIndex();
public System.Nullable<uint> UsedFrameControllerIndex { get; }
var iReference = variablePhotoCapturedEventArgs.usedFrameControllerIndex;
Public ReadOnly Property UsedFrameControllerIndex As Nullable(Of UInteger)
属性值
一个索引值,指示使用 DesiredFrameControllers 矢量的哪个元素为可变照片序列的关联帧指定请求的控制值。