Instance Methods | |
| (double) | - bandwidthLimitationDuration |
| (double) | - cpuLimitationDuration |
| (FMLiveSwitchDiagnosticDetailsType) | - detailType |
| (NSString *) | - info |
| (instancetype) | - init |
| (long long) | - nackCount |
| (double) | - noLimitationDuration |
| (double) | - otherLimitationDuration |
| (int) | - packetsLost |
| (long long) | - pliCount |
| (void) | - setNackCount: |
| (void) | - setPacketsLost: |
| (void) | - setPliCount: |
| (NSString *) | - toJson |
Class Methods | |
| (FMLiveSwitchMediaStatsDetails *) | + mediaStatsDetails |
| (NSString *) | + toJsonWithDetails: |
Class Methods inherited from FMLiveSwitchDiagnosticDetails | |
| (FMLiveSwitchDiagnosticDetails *) | + diagnosticDetails |
| - (double) bandwidthLimitationDuration |
| - (double) cpuLimitationDuration |
| - (FMLiveSwitchDiagnosticDetailsType) detailType |
Implements FMLiveSwitchDiagnosticDetails.
| - (NSString*) info |
Implements FMLiveSwitchDiagnosticDetails.
| - (instancetype) init |
Implements FMLiveSwitchDiagnosticDetails.
| + (FMLiveSwitchMediaStatsDetails*) mediaStatsDetails |
| - (long long) nackCount |
| - (double) noLimitationDuration |
| - (double) otherLimitationDuration |
| - (int) packetsLost |
| - (long long) pliCount |
| - (void) setNackCount: | (long long) | value |
| - (void) setPacketsLost: | (int) | value |
| - (void) setPliCount: | (long long) | value |
| - (NSString*) toJson |
Implements FMLiveSwitchDiagnosticDetails.
| + (NSString*) toJsonWithDetails: | (FMLiveSwitchMediaStatsDetails *) | details |