C# 클래스 MediaFoundation.Net.SinkStream

파일 보기 프로젝트 열기: vipoo/SuperMFLib 1 사용 예제들

공개 메소드들

메소드 설명
SendStreamTick ( long timestamp ) : void
SetInputMediaType ( MediaType value, Attributes attributes ) : void
SinkStream ( SinkWriter sinkWriter, int streamIndex )
WriteSample ( Sample sample ) : void

메소드 상세

SendStreamTick() 공개 메소드

public SendStreamTick ( long timestamp ) : void
timestamp long
리턴 void

SetInputMediaType() 공개 메소드

public SetInputMediaType ( MediaType value, Attributes attributes ) : void
value MediaType
attributes Attributes
리턴 void

SinkStream() 공개 메소드

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

WriteSample() 공개 메소드

public WriteSample ( Sample sample ) : void
sample Sample
리턴 void