Forum Discussion
RokuJoel
14 years agoBinge Watcher
This appears to be what you get when the image actually first shows on the screen:
?"message:";msg.getmessage();" Type:";msg.gettype();" Index:"; msg.getindex();" data:";msg.getdata()
message: Type: 6 Index: 0 data: 0
so msg.gettype() returns 6, which is the same as what msg.isplaybackposition() would give you, in otherwords, you get a playback position of 0 with a message type 6.
- Joel
?"message:";msg.getmessage();" Type:";msg.gettype();" Index:"; msg.getindex();" data:";msg.getdata()
message: Type: 6 Index: 0 data: 0
so msg.gettype() returns 6, which is the same as what msg.isplaybackposition() would give you, in otherwords, you get a playback position of 0 with a message type 6.
- Joel