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 reliable
Declared In
TVIDataTrack.h
ordered
Returns YES
if data track guarantees in-order delivery of messages.
@property (nonatomic, assign, readonly, getter=isOrdered) BOOL ordered
Declared In
TVIDataTrack.h
maxPacketLifeTime
Returns the maximum period of time in milliseconds in which retransmissions will be sent.
@property (nonatomic, assign, readonly) NSUInteger maxPacketLifeTime
Declared In
TVIDataTrack.h
maxRetransmits
Returns the maximum number of times to transmit a message before giving up.
@property (nonatomic, assign, readonly) NSUInteger maxRetransmits
Declared In
TVIDataTrack.h
– init
Developers shouldn’t initialize this class directly.
- (null_unspecified instancetype)init
Discussion
Tracks cannot be created explicitly.
Declared In
TVIDataTrack.h