QualityLevelMaxWidth Property |
The maximum width 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 MaxWidth { get; set; }
Public Property MaxWidth As UInteger
Get
Set
public:
property unsigned int MaxWidth {
unsigned int get ();
void set (unsigned int value);
}
member MaxWidth : uint32 with get, set
Property Value
Type:
UInt32
See Also