C# Class MediaFoundation.Net.SinkStream

Afficher le fichier Open project: vipoo/SuperMFLib Class Usage Examples

Méthodes publiques

Méthode Description
SendStreamTick ( long timestamp ) : void
SetInputMediaType ( MediaType value, Attributes attributes ) : void
SinkStream ( SinkWriter sinkWriter, int streamIndex )
WriteSample ( Sample sample ) : void

Method Details

SendStreamTick() public méthode

public SendStreamTick ( long timestamp ) : void
timestamp long
Résultat void

SetInputMediaType() public méthode

public SetInputMediaType ( MediaType value, Attributes attributes ) : void
value MediaType
attributes Attributes
Résultat void

SinkStream() public méthode

public SinkStream ( SinkWriter sinkWriter, int streamIndex )
sinkWriter SinkWriter
streamIndex int

WriteSample() public méthode

public WriteSample ( Sample sample ) : void
sample Sample
Résultat void