Search results for query: *

  • Users: Tome`
  • Content: Threads
  • Order by date
  1. T

    Not the same signature for an Event.

    Always something, lol Ok maybe someone would be kind enough to tell me why I get this error. When entering the following code: Private Sub Player1_PlayStateChange(ByVal NewState As Long) Handles Player1.PlayStateChange I get the error: Method Player1.PlayStateChange can not handle...
  2. T

    Bitrate from Encoded Media Player file.

    I am trying to get the Bitrate of an encoded audio file, but I run into a little problem with a returned data type. The code example I have been given is: Dim AC As Integer Dim MyRate As Long AC = Player1.currentMedia.getAttributeCountByType("Bitrate", "") - 1 MyRate =...
  3. T

    OnStateChange()

    I’ve been creating a simple Media Encoder program and it seems to work fine except the following. Can someone tell me why I can’t get an event to fire under OnStateChange? Here’s my code. Private Sub MyEncoder_OnStateChange(ByVal enumState As WMEncoderLib.WMENC_ENCODER_STATE)...
Back
Top