sempre fermo li' ....
e' come se i vlori di peak rms ... fossero di un tipo non supportato:
gb.media: warning: unsupported datatype: GValueArray
gli altri elementi del messaggio .. piu' o meno ci sono:
FMain.Pipeline_Event.162: endtime:8800000000
FMain.Pipeline_Event.162: timestamp:8700000000
FMain.Pipeline_Event.162: stream-time:8700000000
FMain.Pipeline_Event.162: running-time:8700000000
FMain.Pipeline_Event.162: duration:100000000
questa e' la procedura che viene triggerata:
Public Sub Pipeline_Event(messaggio As MediaMessage)
Dim b As Byte
If messaggio.Name = "level" Then
For b = 0 To messaggio.count - 1
Select b
Case 5
With messaggio
Debug messaggio[.Keys[b]]
End With
Case Else
With messaggio
Debug .Keys[b] & ":" & CStr(messaggio[.Keys[b]])
End With
End Select
Next
Endif
End
tutto aggiornato all'ultima versione :-(