CircularBufferStreamMaxLength Property |
Maximum length of this circular buffer
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public int MaxLength { get; }
Public ReadOnly Property MaxLength As Integer
Get
public:
property int MaxLength {
int get ();
}
member MaxLength : int with get
Property Value
Type:
Int32See Also