C# Class MediaPortal.Player.VideoStreamFormat

Afficher le fichier Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Méthodes publiques

Свойство Type Description
arX int
arY int
bitrate int
height int
isInterlaced bool
streamType VideoStreamType
width int

Méthodes publiques

Méthode Description
ToString ( ) : string
VideoStreamFormat ( ) : System
VideoStreamFormat ( VideoStreamType streamType, int width, int height, int arX, int arY, int bitrate, bool isInterlaced ) : System

Method Details

ToString() public méthode

public ToString ( ) : string
Résultat string

VideoStreamFormat() public méthode

public VideoStreamFormat ( ) : System
Résultat System

VideoStreamFormat() public méthode

public VideoStreamFormat ( VideoStreamType streamType, int width, int height, int arX, int arY, int bitrate, bool isInterlaced ) : System
streamType VideoStreamType
width int
height int
arX int
arY int
bitrate int
isInterlaced bool
Résultat System

Property Details

arX public_oe property

public int arX
Résultat int

arY public_oe property

public int arY
Résultat int

bitrate public_oe property

public int bitrate
Résultat int

height public_oe property

public int height
Résultat int

isInterlaced public_oe property

public bool isInterlaced
Résultat bool

streamType public_oe property

public VideoStreamType streamType
Résultat VideoStreamType

width public_oe property

public int width
Résultat int