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