C# Class MediaPortal.Player.VideoStreamFormat

Datei anzeigen Open project: MediaPortal/MediaPortal-1 Class Usage Examples

Public Properties

Property Type Description
arX int
arY int
bitrate int
height int
isInterlaced bool
streamType VideoStreamType
width int

Public Methods

Method 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 method

public ToString ( ) : string
return string

VideoStreamFormat() public method

public VideoStreamFormat ( ) : System
return System

VideoStreamFormat() public method

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
return System

Property Details

arX public_oe property

public int arX
return int

arY public_oe property

public int arY
return int

bitrate public_oe property

public int bitrate
return int

height public_oe property

public int height
return int

isInterlaced public_oe property

public bool isInterlaced
return bool

streamType public_oe property

public VideoStreamType streamType
return VideoStreamType

width public_oe property

public int width
return int