Partilhar via


INDStreamParserNotifier.OnSampleParsed Método

Definição

Chamado quando o analisador de fluxo analisa um exemplo do fluxo de mídia.

public:
 void OnSampleParsed(unsigned int streamID, NDMediaStreamType streamType, MediaStreamSample ^ streamSample, long long pts, NDClosedCaptionFormat ccFormat, Platform::Array <byte> ^ ccDataBytes);
void OnSampleParsed(uint32_t const& streamID, NDMediaStreamType const& streamType, MediaStreamSample const& streamSample, long const& pts, NDClosedCaptionFormat const& ccFormat, winrt::array_view <byte> const& ccDataBytes);
/// [Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
void OnSampleParsed(uint32_t const& streamID, NDMediaStreamType const& streamType, MediaStreamSample const& streamSample, long const& pts, NDClosedCaptionFormat const& ccFormat, winrt::array_view <byte> const& ccDataBytes);
public void OnSampleParsed(uint streamID, NDMediaStreamType streamType, MediaStreamSample streamSample, long pts, NDClosedCaptionFormat ccFormat, byte[] ccDataBytes);
[Windows.Foundation.Metadata.Deprecated("INDStreamParserNotifier is deprecated and might not work on all platforms. For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 196608, "Windows.Foundation.UniversalApiContract")]
public void OnSampleParsed(uint streamID, NDMediaStreamType streamType, MediaStreamSample streamSample, long pts, NDClosedCaptionFormat ccFormat, byte[] ccDataBytes);
function onSampleParsed(streamID, streamType, streamSample, pts, ccFormat, ccDataBytes)
Public Sub OnSampleParsed (streamID As UInteger, streamType As NDMediaStreamType, streamSample As MediaStreamSample, pts As Long, ccFormat As NDClosedCaptionFormat, ccDataBytes As Byte())

Parâmetros

streamID
UInt32

unsigned int

uint32_t

O identificador do fluxo de mídia que está sendo analisado.

streamType
NDMediaStreamType

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

streamSample
MediaStreamSample

A matriz de exemplos de fluxo.

pts
Int64

long long

long

O carimbo de data/hora da apresentação que indica quando reproduzir o exemplo.

ccFormat
NDClosedCaptionFormat

O formato de legenda fechado. Esse valor pode ser ATSC, SCTE20 ou Unknown.

ccDataBytes

Byte[]

byte[]

Uma matriz que contém os dados de legenda fechados.

Atributos

Aplica-se a