C# Class MediaPortalWrapper.InputStream

Inheritance: MediaPortalWrapper.Streams.AbstractStream
Afficher le fichier Open project: offbyoneBB/mp-onlinevideos2 Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
EnableStream ( int streamId, bool isEnabled ) : bool
InputStream ( string streamUrl, string>.Dictionary addonProperties, StreamPreferences preferences ) : System
Read ( ) : DemuxPacketWrapper
Write ( DemuxPacket packet ) : void

Private Methods

Méthode Description
CustomChannelCountSorting ( InputstreamInfo i ) : uint
EnableStreams ( ) : void
GetPreferredStreams ( InputstreamInfo>.Dictionary inputstreamInfos, StreamPreferences preferences ) : void
UpdateStreams ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

EnableStream() public méthode

public EnableStream ( int streamId, bool isEnabled ) : bool
streamId int
isEnabled bool
Résultat bool

InputStream() public méthode

public InputStream ( string streamUrl, string>.Dictionary addonProperties, StreamPreferences preferences ) : System
streamUrl string
addonProperties string>.Dictionary
preferences StreamPreferences
Résultat System

Read() public méthode

public Read ( ) : DemuxPacketWrapper
Résultat MediaPortalWrapper.Streams.DemuxPacketWrapper

Write() public méthode

public Write ( DemuxPacket packet ) : void
packet MediaPortalWrapper.Streams.DemuxPacket
Résultat void