Partilhar via


INDStreamParser.GetStreamInformation Método

Definição

Recupera o tipo de fluxo (áudio ou vídeo) e o identificador de fluxo do descritor de fluxo de mídia.

public:
 unsigned int GetStreamInformation(IMediaStreamDescriptor ^ descriptor, [Out] NDMediaStreamType & streamType);
uint32_t GetStreamInformation(IMediaStreamDescriptor const& descriptor, [Out] NDMediaStreamType & streamType);
/// [Windows.Foundation.Metadata.Deprecated("INDStreamParser is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
uint32_t GetStreamInformation(IMediaStreamDescriptor const& descriptor, [Out] NDMediaStreamType & streamType);
public uint GetStreamInformation(IMediaStreamDescriptor descriptor, out NDMediaStreamType streamType);
[Windows.Foundation.Metadata.Deprecated("INDStreamParser is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public uint GetStreamInformation(IMediaStreamDescriptor descriptor, out NDMediaStreamType streamType);
Public Function GetStreamInformation (descriptor As IMediaStreamDescriptor, ByRef streamType As NDMediaStreamType) As UInteger

Parâmetros

descriptor
IMediaStreamDescriptor

O fluxo de mídia do qual esse método obtém informações.

streamType
NDMediaStreamType

O tipo do fluxo de mídia. Esse tipo pode ser Áudio ou Vídeo.

Retornos

UInt32

unsigned int

uint32_t

O identificador de fluxo para o fluxo de mídia.

Atributos

Aplica-se a