X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2FTizen.Multimedia.MediaPlayer%2FPlayer%2FMediaStreamConfiguration.cs;h=c0a6319d3ecc7e75df869ac93e7f15e4beb4e49b;hb=d463133eaf15b1636d1c0dec8bc632e1e579e07c;hp=5448e4ed2e9c02f05819173001afebf0c8b72b06;hpb=87e72a859c56cb8732ccd14046cb509759ca9d2f;p=platform%2Fcore%2Fcsapi%2Ftizenfx.git diff --git a/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamConfiguration.cs b/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamConfiguration.cs index 5448e4e..c0a6319 100644 --- a/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamConfiguration.cs +++ b/src/Tizen.Multimedia.MediaPlayer/Player/MediaStreamConfiguration.cs @@ -13,6 +13,7 @@ * See the License for the specific language governing permissions and * limitations under the License. */ + using System; using System.Diagnostics; using static Interop; @@ -41,7 +42,7 @@ namespace Tizen.Multimedia } /// - /// Occurs when the buffer underrun or overflow. + /// Occurs when the buffer underruns or overflows. /// /// The event handler will be executed on an internal thread. /// @@ -58,9 +59,9 @@ namespace Tizen.Multimedia /// Gets the max size of the buffer. /// /// The max size of the buffer. The default is 200000. - /// If the buffer level over the max size, will be raised with . + /// If the buffer level overflows the max size, will be raised with . /// The is not assigned to a player. - /// value is zero. + /// is zero. /// public ulong BufferMaxSize { @@ -90,12 +91,12 @@ namespace Tizen.Multimedia } /// - /// Gets the min threshold of the buffer or zero if the is not assigned to a player. + /// Gets the minimum threshold of the buffer, or zero if the is not assigned to a player. /// /// The minimum threshold of the buffer in percentage. The default is zero. /// If the buffer level drops below the threshold value, will be raised with . /// The is not assigned to a player. - /// value is greater than 100. + /// is greater than 100. /// public uint BufferMinThreshold {