Documentation ¶
Index ¶
Constants ¶
View Source
const ( TimeSeekRangeDomain = "TimeSeekRange.dlna.org" ContentFeaturesDomain = "contentFeatures.dlna.org" TransferModeDomain = "transferMode.dlna.org" )
Variables ¶
This section is empty.
Functions ¶
func FormatNPTTime ¶
Types ¶
type ContentFeatures ¶
type ContentFeatures struct { ProfileName string SupportTimeSeek bool SupportRange bool // Play speeds, DLNA.ORG_PS would go here if supported. Transcoded bool }
func (ContentFeatures) String ¶
func (cf ContentFeatures) String() (ret string)
flags are in hex. trailing 24 zeroes, 26 are after the space "DLNA.ORG_OP=" time-seek-range-supp bytes-range-header-supp
Click to show internal directories.
Click to hide internal directories.