MediaPortal.Player.VideoStreamFormat.VideoStreamFormat C# (CSharp) Method

VideoStreamFormat() public method

public VideoStreamFormat ( ) : System
return System
    public VideoStreamFormat()
    {
      IsValid = false;
    }

Same methods

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