Compartir a través de


MediaPlaybackVideoTrackList.IndexOf(VideoTrack, UInt32) Método

Definición

Recupera el índice de una pista de vídeo especificada en la lista.

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

Parámetros

value
VideoTrack

Pista de vídeo que se va a buscar en la vista vectorial.

index
UInt32

unsigned int

uint32_t

Si se encuentra la pista de vídeo, éste es el índice de base cero de la pista de audio; de lo contrario, este parámetro es 0.

Devoluciones

Boolean

bool

True si se encuentra la pista de vídeo; de lo contrario, false.

Implementaciones

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@)

Se aplica a