C# Class MediaPortal.Player.VideoStreamFormat

Show file 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 property

public int arX
return int

arY public property

public int arY
return int

bitrate public property

public int bitrate
return int

height public property

public int height
return int

isInterlaced public property

public bool isInterlaced
return bool

streamType public property

public VideoStreamType streamType
return VideoStreamType

width public property

public int width
return int