PlayerExBufferSizeInMS Property |
Gets or sets the player buffer size in milliseconds. By default 500 ms.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public int BufferSizeInMS { get; set; }
Public Property BufferSizeInMS As Integer
Get
Set
public:
property int BufferSizeInMS {
int get ();
void set (int value);
}
Property Value
Type:
Int32See Also