Property | Type | Description | |
---|---|---|---|
arX | int | ||
arY | int | ||
bitrate | int | ||
height | int | ||
isInterlaced | bool | ||
streamType | VideoStreamType | ||
width | int |
Method | Description | |
---|---|---|
ToString ( ) : string | ||
VideoStreamFormat ( ) : System | ||
VideoStreamFormat ( VideoStreamType streamType, int width, int height, int arX, int arY, int bitrate, bool isInterlaced ) : System |
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 |