Struct PlayerBufferingTime
Definition
- Namespace:
- Tizen.Multimedia
- Assembly:
- Tizen.Multimedia.MediaPlayer.dll
Represents properties for streaming buffering time.
public struct PlayerBufferingTime
Constructors
View SourcePlayerBufferingTime(int, int)
Initializes a new instance of the PlayerBufferingTime struct.
Declaration
public 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 SourcePreBufferMillisecond
Gets or sets the duration of buffering data that must be prerolled to start playback.
Declaration
public int PreBufferMillisecond { get; set; }
Property Value
Type | Description |
---|---|
int |
ReBufferMillisecond
Gets or sets the duration of buffering data that must be prerolled to resume playback if player enters pause state for buffering.
Declaration
public int ReBufferMillisecond { get; set; }
Property Value
Type | Description |
---|---|
int |