Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Declaration
@interface ACSMediaDiagnostics : NSObject;
Description
Represents an object where media diagnostics are accessed.
Methods
Properties
delegate
An object you provide to receive events from this ACSMediaDiagnostics instance.
@property(nonatomic, assign) id<ACSMediaDiagnosticsDelegate> delegate;
latest
Stored latest values for all known media diagnostics.
@property (retain, nonnull, readonly) ACSMediaDiagnosticValues * latest;