MediaPlaybackVideoTrackList.IndexOf(VideoTrack, UInt32) 方法

定义

检索列表中指定视频轨道的索引。

public:
 virtual bool IndexOf(VideoTrack ^ value, [Out] unsigned int & index) = IVectorView<VideoTrack ^>::IndexOf;
bool IndexOf(VideoTrack const& value, [Out] uint32_t & index);
public bool IndexOf(VideoTrack value, out uint index);
Public Function IndexOf (value As VideoTrack, ByRef index As UInteger) As Boolean

参数

value
VideoTrack

要从矢量视图中查找的视频轨迹。

index
UInt32

unsigned int

uint32_t

如果找到视频轨道,这是音频轨道的从零开始的索引;否则,此参数为 0。

返回

Boolean

bool

如果找到视频轨迹,则为 True;否则为 false。

实现

M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,System.UInt32@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,unsigned int@) M:Windows.Foundation.Collections.IVectorView1.IndexOf(0,uint32_t@)

适用于