Compartir a través de


INDStreamParser.GetStreamInformation Método

Definición

Recupera el tipo de secuencia (audio o vídeo) y el identificador de secuencia del descriptor de secuencia multimedia.

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

Flujo multimedia desde el que este método obtiene información.

streamType
NDMediaStreamType

Tipo de la secuencia multimedia. Este tipo puede ser audio o vídeo.

Devoluciones

UInt32

unsigned int

uint32_t

Identificador de secuencia de la secuencia multimedia.

Atributos

Se aplica a