public class

DLNASharedData

extends Object
java.lang.Object
   ↳ com.htc.dlnainterface.DLNASharedData

Summary

Constants
int AUDIO_PLAYER
int FILTER_AUDIO
int FILTER_DTCP_AUDIO
int FILTER_DTCP_IMAGE
int FILTER_DTCP_UNKNOWN
int FILTER_DTCP_VIDEO
int FILTER_IMAGE
int FILTER_UNKNOWN
int FILTER_VIDEO
int HTC_MEDIA_LINK
int HTC_MEDIA_LINK2
String JPEG_MEDIUM
String JPEG_SMALL
String JPEG_TINY
String PNG_TINY
int VIDEO_PLAYER
Public Constructors
DLNASharedData()
[Expand]
Inherited Methods
From class java.lang.Object

Constants

public static final int AUDIO_PLAYER

Constant Value: 5 (0x00000005)

public static final int FILTER_AUDIO

Constant Value: 1 (0x00000001)

public static final int FILTER_DTCP_AUDIO

Constant Value: 1 (0x00000001)

public static final int FILTER_DTCP_IMAGE

Constant Value: 2 (0x00000002)

public static final int FILTER_DTCP_UNKNOWN

Constant Value: 0 (0x00000000)

public static final int FILTER_DTCP_VIDEO

Constant Value: 4 (0x00000004)

public static final int FILTER_IMAGE

Constant Value: 2 (0x00000002)

public static final int FILTER_UNKNOWN

Constant Value: 0 (0x00000000)

public static final int FILTER_VIDEO

Constant Value: 4 (0x00000004)

public static final int HTC_MEDIA_LINK

Constant Value: 1 (0x00000001)

public static final int HTC_MEDIA_LINK2

Constant Value: 6 (0x00000006)

public static final String JPEG_MEDIUM

Constant Value: "JPEG_MED"

public static final String JPEG_SMALL

Constant Value: "JPEG_SM"

public static final String JPEG_TINY

Constant Value: "JPEG_TN"

public static final String PNG_TINY

Constant Value: "PNG_TN"

public static final int VIDEO_PLAYER

Constant Value: 3 (0x00000003)

Public Constructors

public DLNASharedData ()