/// <summary>
 /// Initializes a new instance of the <see cref="RecordingLimitReachedEventArgs"/> class
 /// with the specified type.
 /// </summary>
 /// <param name="type">The type of the limit.</param>
 /// <since_tizen> 3 </since_tizen>
 public RecordingLimitReachedEventArgs(RecordingLimitType type)
 {
     Type = type;
 }
Exemplo n.º 2
0
 internal static extern StreamRecorderErrorCode SetRecordingLimit(StreamRecorderHandle handle,
                                                                  RecordingLimitType type, int limit);