# C1.WPF.MediaPlayer.MediaState

## Content

<div class="doc-site-dotnet-api-container">




  <h1 id="C1_WPF_MediaPlayer_MediaState" data-uid="C1.WPF.MediaPlayer.MediaState" class="text-break">MediaState Enum
</h1>
  <div class="markdown level0 summary"><p>Defines the potential states of a <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.html">C1MediaPlayer</a> object.</p>
</div>
  <div class="markdown level0 conceptual"></div>
  <h6><strong>Namespace</strong>: <a class="xref" href="C1.WPF.MediaPlayer.html">C1.WPF.MediaPlayer</a></h6>
  <h6><strong>Assembly</strong>: C1.WPF.MediaPlayer.4.6.2.dll</h6>
  <h5 id="C1_WPF_MediaPlayer_MediaState_syntax">Syntax</h5>
  <div class="codewrapper">
    <pre><code class="lang-csharp hljs">public enum MediaState</code></pre>
  </div>
  <div class="codewrapper">
    <pre><code class="lang-vbnet hljs">Public Enum MediaState</code></pre>
  </div>
  <h3 id="fields">Fields
</h3>
  <table class="table table-bordered table-condensed">
    <thead>
      <tr>
        <th>Name</th>
        <th>Description</th>
      </tr>
    <thead>
    </thead></thead><tbody>
      <tr>
        <td id="C1_WPF_MediaPlayer_MediaState_Buffering">Buffering</td>
        <td><p>The <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.html">C1MediaPlayer</a> is loading the media for playback.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_MediaState_NoMedia">NoMedia</td>
        <td><p>The <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.html">C1MediaPlayer</a> contains no media.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_MediaState_Paused">Paused</td>
        <td><p>The <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.html">C1MediaPlayer</a> does not advance its position.</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_MediaState_Playing">Playing</td>
        <td><p>The <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.html">C1MediaPlayer</a> is playing the media specified by the <a class="xref" href="C1.WPF.MediaPlayer.C1MediaItem.MediaSource.html#C1_WPF_MediaPlayer_C1MediaItem_MediaSource">MediaSource</a> property of the current <a class="xref" href="C1.WPF.MediaPlayer.C1MediaItem.html">C1MediaItem</a>-</p>
</td>
      </tr>
      <tr>
        <td id="C1_WPF_MediaPlayer_MediaState_Unstarted">Unstarted</td>
        <td><p>The <a class="xref" href="C1.WPF.MediaPlayer.C1MediaPlayer.html">C1MediaPlayer</a> is stopped at the beginning of the file.</p>
</td>
      </tr>
    </tbody>
  </table>
</div>
