同上

解决方案 »

  1.   

    TMediaPlayer.ModeIndicates the state of the currently open multimedia device.type TMPModes = (mpNotReady, mpStopped, mpPlaying, mpRecording, mpSeeking, mpPaused, mpOpen);
    property Mode: TMPModes;DescriptionMode specifies the current state or mode of the currently open multimedia device.The TMPModes type defines the modes for a multimedia device used with a TMediaPlayer.The following table lists the possible values for of the TMPModes type:Value          ModempNotReady Not ready
    mpStopped          Stopped
    mpPlaying   Playing
    mpRecording Recording
    mpSeeking          Seeking
    mpPaused          Paused
    mpOpen          Open