mediaPlayerId property

  1. @JsonKey(name: 'mediaPlayerId')
int? mediaPlayerId
final

The ID of the media player. You can get the Device ID by calling getMediaPlayerId.

Implementation

@JsonKey(name: 'mediaPlayerId')
final int? mediaPlayerId;