QualityLevelMaxHeight Property |
The maximum height of a video sample, in pixels.
Namespace: StreamCoders.Adaptive.SmoothStreamingAssembly: MediaBase (in MediaBase.dll) Version: 2.0.5.0 (2.0.5.0)
Syntaxpublic uint MaxHeight { get; set; }
Public Property MaxHeight As UInteger
Get
Set
public:
property unsigned int MaxHeight {
unsigned int get ();
void set (unsigned int value);
}
member MaxHeight : uint32 with get, set
Property Value
Type:
UInt32
See Also