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