TVIDataTrack Class Reference
| Inherits from | TVITrack : NSObject | 
|---|---|
| Declared in | TVIDataTrack.h | 
  reliable
	Returns YES if the data track guarantees reliable transmission of messages.
@property (nonatomic, assign, readonly, getter=isReliable) BOOL reliableDeclared In
TVIDataTrack.h
  ordered
	Returns YES if data track guarantees in-order delivery of messages.
@property (nonatomic, assign, readonly, getter=isOrdered) BOOL orderedDeclared In
TVIDataTrack.h
  maxPacketLifeTime
	Returns the maximum period of time in milliseconds in which retransmissions will be sent.
@property (nonatomic, assign, readonly) NSUInteger maxPacketLifeTimeDeclared In
TVIDataTrack.h
  maxRetransmits
	Returns the maximum number of times to transmit a message before giving up.
@property (nonatomic, assign, readonly) NSUInteger maxRetransmitsDeclared In
TVIDataTrack.h
– init
	Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)initDiscussion
Tracks cannot be created explicitly.
Declared In
TVIDataTrack.h