C# Class MediaFoundation.Net.SinkStream

Mostrar archivo Open project: vipoo/SuperMFLib Class Usage Examples

Public Methods

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

Method Details

SendStreamTick() public method

public SendStreamTick ( long timestamp ) : void
timestamp long
return void

SetInputMediaType() public method

public SetInputMediaType ( MediaType value, Attributes attributes ) : void
value MediaType
attributes Attributes
return void

SinkStream() public method

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

WriteSample() public method

public WriteSample ( Sample sample ) : void
sample Sample
return void