C# 클래스 MediaPortalWrapper.InputStream

상속: MediaPortalWrapper.Streams.AbstractStream
파일 보기 프로젝트 열기: offbyoneBB/mp-onlinevideos2 1 사용 예제들

공개 메소드들

메소드 설명
Dispose ( ) : void
EnableStream ( int streamId, bool isEnabled ) : bool
InputStream ( string streamUrl, string>.Dictionary addonProperties, StreamPreferences preferences ) : System
Read ( ) : DemuxPacketWrapper
Write ( DemuxPacket packet ) : void

비공개 메소드들

메소드 설명
CustomChannelCountSorting ( InputstreamInfo i ) : uint
EnableStreams ( ) : void
GetPreferredStreams ( InputstreamInfo>.Dictionary inputstreamInfos, StreamPreferences preferences ) : void
UpdateStreams ( ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

EnableStream() 공개 메소드

public EnableStream ( int streamId, bool isEnabled ) : bool
streamId int
isEnabled bool
리턴 bool

InputStream() 공개 메소드

public InputStream ( string streamUrl, string>.Dictionary addonProperties, StreamPreferences preferences ) : System
streamUrl string
addonProperties string>.Dictionary
preferences StreamPreferences
리턴 System

Read() 공개 메소드

public Read ( ) : DemuxPacketWrapper
리턴 MediaPortalWrapper.Streams.DemuxPacketWrapper

Write() 공개 메소드

public Write ( DemuxPacket packet ) : void
packet MediaPortalWrapper.Streams.DemuxPacket
리턴 void