StreamIndexMaxWidth 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 Nullable<uint> MaxWidth { get; set; }
Public Property MaxWidth As Nullable(Of UInteger)
Get
Set
public:
property Nullable<unsigned int> MaxWidth {
Nullable<unsigned int> get ();
void set (Nullable<unsigned int> value);
}
member MaxWidth : Nullable<uint32> with get, set
Property Value
Type:
NullableUInt32
See Also