Struct PlayerBufferingTime
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Represents properties for streaming buffering time.
C#Copypublic struct PlayerBufferingTime
Constructors
View Source
PlayerBufferingTime(int, int)
Initializes a new instance of the PlayerBufferingTime struct.
Declaration
C#Copypublic PlayerBufferingTime(int preBufferMillisecond, int reBufferMillisecond)
Parameters
| Type | Name | Description |
|---|---|---|
| int | preBufferMillisecond | A duration of buffering data that must be prerolled to start playback. |
| int | reBufferMillisecond | A duration of buffering data that must be prerolled to resume playback if player is paused for buffering internally. |
Properties
View Source
PreBufferMillisecond
Gets or sets the duration of buffering data that must be prerolled to start playback.
Declaration
C#Copypublic int PreBufferMillisecond { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
View Source
ReBufferMillisecond
Gets or sets the duration of buffering data that must be prerolled to resume playback if player enters pause state for buffering.
Declaration
C#Copypublic int ReBufferMillisecond { get; set; }
Property Value
| Type | Description |
|---|---|
| int |