INDStreamParser.GetStreamInformation 메서드

정의

미디어 스트림 설명자의 스트림 유형(오디오 또는 비디오) 및 스트림 식별자를 검색합니다.

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

매개 변수

descriptor
IMediaStreamDescriptor

이 메서드가 정보를 가져오는 미디어 스트림입니다.

streamType
NDMediaStreamType

미디어 스트림의 형식입니다. 이 형식은 오디오 또는 비디오일 수 있습니다.

반환

UInt32

unsigned int

uint32_t

미디어 스트림의 스트림 식별자입니다.

특성

적용 대상